diff options
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 93e91e75ef..de59e8dbb8 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -403,7 +403,6 @@ one.") (build-system go-build-system) (arguments (list - #:go go-1.22 #:install-source? #f #:import-path "miniflux.app/v2" #:build-flags @@ -1142,7 +1141,7 @@ similar to live activity monitoring provided with NGINX plus.") (define-public lighttpd (package (name "lighttpd") - (version "1.4.79") + (version "1.4.80") (source (origin (method url-fetch) (uri (string-append "https://download.lighttpd.net/lighttpd/" @@ -1150,7 +1149,7 @@ similar to live activity monitoring provided with NGINX plus.") "lighttpd-" version ".tar.xz")) (sha256 (base32 - "1gc4c352jlqqgxyrgz2f5s7li1vxpd15ykza3wnp125dncjsca9v")))) + "1wsvy92dsyhlq99b7rvlj5n72m7rqggr27jxajnnpvmjx1qhypyc")))) (build-system gnu-build-system) (arguments (list #:configure-flags @@ -5712,7 +5711,7 @@ you'd expect.") (define-public go-github-com-mikefarah-yq-v4 (package (name "go-github-com-mikefarah-yq-v4") - (version "4.44.3") + (version "4.45.4") (source (origin (method git-fetch) (uri (git-reference @@ -5721,7 +5720,7 @@ you'd expect.") (file-name (git-file-name name version)) (sha256 (base32 - "0s7c8r6y5jv6wda2v3k47hawfdr9j3rwk717l6byvh5qsbbml0vd")))) + "1adrbxqsmpsvz2jfjkvarvnvblj5zdznr3sxpakv85vvs3njdjx9")))) (build-system go-build-system) (arguments (list @@ -5835,7 +5834,6 @@ processor.") (build-system go-build-system) (arguments (list - #:go go-1.22 #:embed-files #~(list ".*.xml") #:install-source? #f #:import-path "github.com/noahgorstein/jqp")) |