guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 84a90d0e445946aed2dca731d59d5710123d05c4
Author: Arun Isaac <[email protected]>
AuthorDate: Sun Feb 8 20:11:41 2026 +0000

    gnu: go-github-com-vektah-gqlparser-v2: Update to 2.5.31.
    
    * gnu/packages/golang-web.scm (go-github-com-vektah-gqlparser-v2): Update to
    2.5.31.
    
    Change-Id: Ib8f38c757c2f844589862e569af41aa27c0b18e2
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 8ac47437e1..a32925c11b 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -15107,7 +15107,7 @@ and is designed to be accessible to both humans and 
machines.")
 (define-public go-github-com-vektah-gqlparser-v2
   (package
     (name "go-github-com-vektah-gqlparser-v2")
-    (version "2.5.21")
+    (version "2.5.31")
     (source
      (origin
        (method git-fetch)
@@ -15116,7 +15116,7 @@ and is designed to be accessible to both humans and 
machines.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0hrzm9f3kvcblff4hypf1p95kxsv5pww7vcghhw2jb7r8r4kmdf0"))))
+        (base32 "1fg0p4q4ryh59jrcdbzh6kvs98525dhj52xc6d2r3yhsgbjm3qns"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to