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:
parent
12562a4fbc
commit
c33de366f8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue