gnu: go-golang-org-x-crypto: Update to 0.31.0.

* gnu/packages/golang-build.scm (go-golang-org-x-crypto): Update to 0.31.0.

Change-Id: I325791a402ce30bd04ee71a04633a9c7aef0335c
This commit is contained in:
Sharlatan Hellseher 2024-12-19 20:12:15 +00:00
parent 8630013e2d
commit e94bc1dec1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -407,7 +407,7 @@ (define-public go-github-com-yuin-goldmark-emoji
(define-public go-golang-org-x-crypto
(package
(name "go-golang-org-x-crypto")
(version "0.27.0")
(version "0.31.0")
(source
(origin
(method git-fetch)
@ -416,7 +416,7 @@ (define-public go-golang-org-x-crypto
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1b5jgzz7fn1br2vw6m90z902i5r14sp0wj8s0lvlbm79xvi38x19"))
(base32 "0pd3qipz2wb5wbbb44lgbfygxhf9lq5rknf82p2dmaicszn0rd53"))
(modules '((guix build utils)))
(snippet
#~(begin