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:
Sharlatan Hellseher 2024-09-13 10:40:46 +01:00
parent 17f2cc664e
commit 58c64ad4d0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -314,7 +314,7 @@ replace a file or symbolic link.")
(define-public go-golang-org-x-crypto (define-public go-golang-org-x-crypto
(package (package
(name "go-golang-org-x-crypto") (name "go-golang-org-x-crypto")
(version "0.26.0") (version "0.27.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -323,7 +323,7 @@ replace a file or symbolic link.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1rc5zl3gxfy4wcwqjibqgnqj8wdm0v9ff25vkyirzb71l343ydlx")))) (base32 "1b5jgzz7fn1br2vw6m90z902i5r14sp0wj8s0lvlbm79xvi38x19"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list