guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 622882a4016740750dc77c44165716fc92107680
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat May 2 08:26:53 2026 +0100
gnu: go-golang-org-x-crypto: Update to 0.50.0.
* gnu/packages/golang-build.scm (go-golang-org-x-crypto): Update to 0.50.0.
Change-Id: I9304a30f96aa3b2a6e158b59aaec8146cd637946
---
gnu/packages/golang-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 1c8020e887..fa95c215cd 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -732,7 +732,7 @@ toolchain. The parts needed in the main Go repository are
copied in.")
(define-public go-golang-org-x-crypto
(package
(name "go-golang-org-x-crypto")
- (version "0.48.0")
+ (version "0.50.0")
(source
(origin
(method git-fetch)
@@ -741,7 +741,7 @@ toolchain. The parts needed in the main Go repository are
copied in.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ml7qabakjv3lcsv2pkc0h3092547z30pn8qwdiy7vf7hrssqa6g"))
+ (base32 "1rk47vw7sirdakvl0z1ffgrsd1xm285i3wv6xbm47b8irvailxxf"))
(modules '((guix build utils)))
(snippet
#~(begin