mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
17f2cc664e
commit
58c64ad4d0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue