mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 21:41:15 +02:00
gnu: go-golang-org-x-crypto: Update to 0.27.0.
* gnu/packages/golang-build.scm (go-golang-org-x-crypto): Update to 0.27.0. Change-Id: I949c32fd43cf644ee979348c7d52d91d4ab78632
This commit is contained in:
@@ -314,7 +314,7 @@ replace a file or symbolic link.")
|
||||
(define-public go-golang-org-x-crypto
|
||||
(package
|
||||
(name "go-golang-org-x-crypto")
|
||||
(version "0.26.0")
|
||||
(version "0.27.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -323,7 +323,7 @@ replace a file or symbolic link.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rc5zl3gxfy4wcwqjibqgnqj8wdm0v9ff25vkyirzb71l343ydlx"))))
|
||||
(base32 "1b5jgzz7fn1br2vw6m90z902i5r14sp0wj8s0lvlbm79xvi38x19"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Reference in New Issue
Block a user