guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 48678c2bab7b416cc2421b2e8b915dfa8a7fe7f2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jun 12 22:38:24 2026 +0100

    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(-)

diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index bf46494253..3e402e2e00 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

Reply via email to