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

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 12562a4fbc
commit c33de366f8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -407,7 +407,7 @@ primitives in Go.")
(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 @@ primitives in Go.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1b5jgzz7fn1br2vw6m90z902i5r14sp0wj8s0lvlbm79xvi38x19"))
(base32 "0pd3qipz2wb5wbbb44lgbfygxhf9lq5rknf82p2dmaicszn0rd53"))
(modules '((guix build utils)))
(snippet
#~(begin