guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit aabcf76160f3e0bc6a8f00a05dbfb0f252cd4e00
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat May 2 21:52:12 2026 +0100

    gnu: go-github-com-google-jsonschema-go: Update to 0.4.3.
    
    * gnu/packages/golang-xyz.scm (go-github-com-google-jsonschema-go): Update 
to 0.4.3.
    
    Change-Id: I198a2bbbbce68f247fe21d8f5e33006ef574c39a
---
 gnu/packages/golang-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e3641b351e..da02fa6fa5 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -12592,7 +12592,7 @@ termios translations, readCh, reading passwords, etc.")
 (define-public go-github-com-google-jsonschema-go
   (package
     (name "go-github-com-google-jsonschema-go")
-    (version "0.4.2")
+    (version "0.4.3")
     (source
      (origin
        (method git-fetch)
@@ -12601,7 +12601,7 @@ termios translations, readCh, reading passwords, etc.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1sbhlwxg4fgyv3l0rnymw6is590n55qva9ylxsv29y08y19k3lch"))))
+        (base32 "0ki1r736vvj1sa3i12pz04bgx3ljy1h1r3zrscav9m9xjvlz3400"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to