1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: go-github-com-xdg-go-scram: Update to 1.1.2.

* gnu/packages/golang.scm (go-github-com-xdg-go-scram): Update to 1.1.2.

Change-Id: Id28ab2ae051d2633357f9e0e418698c7b113dcea
This commit is contained in:
Sharlatan Hellseher 2024-11-24 19:40:24 +00:00
parent a89d6ee3f5
commit 6194fd781f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5824,7 +5824,7 @@ and @url{https://rfc-editor.org/rfc/rfc8018.html,RFC 8018}.")
(define-public go-github-com-xdg-go-scram (define-public go-github-com-xdg-go-scram
(package (package
(name "go-github-com-xdg-go-scram") (name "go-github-com-xdg-go-scram")
(version "1.0.2") (version "1.1.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5833,7 +5833,7 @@ and @url{https://rfc-editor.org/rfc/rfc8018.html,RFC 8018}.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1jyv4qgc1dgh3v96pazmgljpp9ij25k8hwn0v4fck18g16i0nccm")))) (base32 "1bkznny84fdn4sy3wq5680v424glsq9nh2169qy51213bah6by84"))))
(build-system go-build-system) (build-system go-build-system)
(arguments '(#:import-path "github.com/xdg-go/scram")) (arguments '(#:import-path "github.com/xdg-go/scram"))
(propagated-inputs (propagated-inputs