summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 93e91e75ef..fd57213a12 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
@@ -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"))