From 84a90d0e445946aed2dca731d59d5710123d05c4 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 8 Feb 2026 20:11:41 +0000 Subject: 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 --- gnu/packages/golang-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 8ac47437e1e..a32925c11bd 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 -- cgit v1.3