From 4faa34952b4046fd6bea596eebef346d8cd702b4 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 12 Jun 2026 22:38:24 +0100 Subject: gnu: go-golang-org-x-crypto: Update to 0.53.0. * gnu/packages/golang-build.scm (go-golang-org-x-crypto): Update to 0.53.0. Change-Id: I7529a7695af10c10438ada61e8e10240c31d05c3 --- gnu/packages/golang-build.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm index bf464942539..3e402e2e00e 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -729,7 +729,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.50.0") + (version "0.53.0") (source (origin (method git-fetch) @@ -738,7 +738,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 "1rk47vw7sirdakvl0z1ffgrsd1xm285i3wv6xbm47b8irvailxxf")) + (base32 "0lycdrpdr2mj0rlbh1c76x5zg6fkxwn4lpphi70yidi4qj07l1fg")) (modules '((guix build utils))) (snippet #~(begin -- cgit v1.2.3