guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 564a931284f8f94f00406f5b6069c1090d54de4a Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu Jun 12 11:02:21 2025 +0100
gnu: go-git-sr-ht-emersion-gqlclient: Update to 0.0.0-20250318184027-d4a003529bba. * gnu/packages/golang-web.scm (go-git-sr-ht-emersion-gqlclient): Update to 0.0.0-20250318184027-d4a003529bba. [arguments] <go>: Use go-1.23. Change-Id: Ie776d26e9f0312a59fdcefc9f652e04bc821d515 --- gnu/packages/golang-web.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index f238cbd6b4..1e84050150 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -303,7 +303,7 @@ Gemini clients and servers.") (define-public go-git-sr-ht-emersion-gqlclient (package (name "go-git-sr-ht-emersion-gqlclient") - (version "0.0.0-20230820050442-8873fe0204b9") + (version "0.0.0-20250318184027-d4a003529bba") (source (origin (method git-fetch) @@ -312,10 +312,11 @@ Gemini clients and servers.") (commit (go-version->git-ref version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0x64kcryawdr0daq1w6fada60zqrddw75yi397835b9ij7wb5gmh")))) + (base32 "1yqgyjdi9cxkqdp20xwqycd8rccpqqanpq29k1qz8jazabkdlr06")))) (build-system go-build-system) (arguments (list + #:go go-1.23 #:embed-files #~(list "prelude.graphql") #:import-path "git.sr.ht/~emersion/gqlclient")) ;; For the CLI.