guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d1b4f8e8ad5a24fca485a6ba83c106f681f1e5b3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon May 25 21:47:16 2026 +0100

    gnu: go-jsonnet: Update to 0.22.0.
    
    * gnu/packages/golang-apps.scm (go-jsonnet): Update to 0.22.0.
    
    Change-Id: Ic7bf26e20846644ddd653e612541b3c631f338e1
---
 gnu/packages/golang-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-apps.scm b/gnu/packages/golang-apps.scm
index bc59d2b42f..0bb69110fd 100644
--- a/gnu/packages/golang-apps.scm
+++ b/gnu/packages/golang-apps.scm
@@ -115,7 +115,7 @@ that handle none of the event types.")
 (define-public go-jsonnet
   (package
     (name "go-jsonnet")
-    (version "0.21.0")
+    (version "0.22.0")
     (source
      (origin
        (method git-fetch)
@@ -124,7 +124,7 @@ that handle none of the event types.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0d05f16qxabfhaj0l3da3x7zl5g8jbvkcyn39bidd2a278sb3p97"))))
+        (base32 "1c7h14rvavgadvbsyfa9j4rchsgxb5j363f53rhcvghvmblzddiv"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to