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:
Sharlatan Hellseher 2024-08-11 13:07:11 +01:00
parent 174ecf5b10
commit 1595864030
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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