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
This commit is contained in:
Sharlatan Hellseher 2025-06-12 11:02:21 +01:00
parent 7cfda4b42d
commit 367cdbb054
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -303,7 +303,7 @@ Gemini clients and servers.")
(define-public go-git-sr-ht-emersion-gqlclient (define-public go-git-sr-ht-emersion-gqlclient
(package (package
(name "go-git-sr-ht-emersion-gqlclient") (name "go-git-sr-ht-emersion-gqlclient")
(version "0.0.0-20230820050442-8873fe0204b9") (version "0.0.0-20250318184027-d4a003529bba")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -312,10 +312,11 @@ Gemini clients and servers.")
(commit (go-version->git-ref version)))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0x64kcryawdr0daq1w6fada60zqrddw75yi397835b9ij7wb5gmh")))) (base32 "1yqgyjdi9cxkqdp20xwqycd8rccpqqanpq29k1qz8jazabkdlr06"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:go go-1.23
#:embed-files #~(list "prelude.graphql") #:embed-files #~(list "prelude.graphql")
#:import-path "git.sr.ht/~emersion/gqlclient")) #:import-path "git.sr.ht/~emersion/gqlclient"))
;; For the CLI. ;; For the CLI.