From b4bc336d79872032255f0339770c00a9612d6bc2 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 2 Jun 2025 09:00:17 +0900 Subject: [PATCH] gnu: go-golang-org-x-crypto: Update to 0.38.0. * gnu/packages/golang-build.scm (go-golang-org-x-crypto): Update to 0.38.0. Change-Id: I0ebeeb8a4b017736088508880c7ade27acf35186 Signed-off-by: Sharlatan Hellseher --- 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 3d4e963e932eb38545708ec417e798a7305085b7..ecf8892b146239e81c9eb51ac664a46e01b655b9 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -483,7 +483,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.31.0") + (version "0.38.0") (source (origin (method git-fetch) @@ -492,7 +492,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 "0pd3qipz2wb5wbbb44lgbfygxhf9lq5rknf82p2dmaicszn0rd53")) + (base32 "1wx7wf3ifb10cx2yckm925a9ydy5bw3iv664cma27abkfssj07ba")) (modules '((guix build utils))) (snippet #~(begin