summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-12 22:38:24 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-07-23 21:14:58 +0100
commit4faa34952b4046fd6bea596eebef346d8cd702b4 (patch)
tree04fa6de8f6dd222949f46daef3bb0812f4d3e6c4 /gnu
parentc887a8763bc9b96edf60e3471f75f68ec6be9808 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-build.scm4
1 files changed, 2 insertions, 2 deletions
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.")
729(define-public go-golang-org-x-crypto 729(define-public go-golang-org-x-crypto
730 (package 730 (package
731 (name "go-golang-org-x-crypto") 731 (name "go-golang-org-x-crypto")
732 (version "0.50.0") 732 (version "0.53.0")
733 (source 733 (source
734 (origin 734 (origin
735 (method git-fetch) 735 (method git-fetch)
@@ -738,7 +738,7 @@ toolchain. The parts needed in the main Go repository are copied in.")
738 (commit (string-append "v" version)))) 738 (commit (string-append "v" version))))
739 (file-name (git-file-name name version)) 739 (file-name (git-file-name name version))
740 (sha256 740 (sha256
741 (base32 "1rk47vw7sirdakvl0z1ffgrsd1xm285i3wv6xbm47b8irvailxxf")) 741 (base32 "0lycdrpdr2mj0rlbh1c76x5zg6fkxwn4lpphi70yidi4qj07l1fg"))
742 (modules '((guix build utils))) 742 (modules '((guix build utils)))
743 (snippet 743 (snippet
744 #~(begin 744 #~(begin