mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: go-golang-org-x-crypto: Update to 0.26.0.
* gnu/packages/golang-build.scm (go-golang-org-x-crypto): Update to 0.26.0. Change-Id: Ib1f8a382dbd15ae5181d02213f795c5268397109
This commit is contained in:
parent
174ecf5b10
commit
1595864030
1 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,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.25.0")
|
||||
(version "0.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -208,7 +208,7 @@ (define-public go-golang-org-x-crypto
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1cnglyy3fhvnnynazfdrikkwcxv3rlxamvfxink2z241lncvwkxy"))))
|
||||
(base32 "1rc5zl3gxfy4wcwqjibqgnqj8wdm0v9ff25vkyirzb71l343ydlx"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue