diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-08 20:11:41 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:05:08 +0000 |
| commit | 84a90d0e445946aed2dca731d59d5710123d05c4 (patch) | |
| tree | f3d5e140e058605b5d32c5fc2e455574d57ce2b1 /gnu | |
| parent | 6ba3c451309bf3ad9525ec78a0963dd7f8d72d0c (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
