guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

255/401: gnu: go-golang-org-x-crypto: Update to 0.31.0.


From: guix-commits
Subject: 255/401: gnu: go-golang-org-x-crypto: Update to 0.31.0.
Date: Thu, 26 Dec 2024 19:31:07 -0500 (EST)

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

commit 355bae6e65d46367669b720bfc1682ca1444a6aa
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 19 20:12:15 2024 +0000

    gnu: go-golang-org-x-crypto: Update to 0.31.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-crypto): Update to 0.31.0.
    
    Change-Id: I325791a402ce30bd04ee71a04633a9c7aef0335c
---
 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 7a8e0b9b83..7b962f0948 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -407,7 +407,7 @@ primitives in Go.")
 (define-public go-golang-org-x-crypto
   (package
     (name "go-golang-org-x-crypto")
-    (version "0.27.0")
+    (version "0.31.0")
     (source
      (origin
        (method git-fetch)
@@ -416,7 +416,7 @@ primitives in Go.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1b5jgzz7fn1br2vw6m90z902i5r14sp0wj8s0lvlbm79xvi38x19"))
+        (base32 "0pd3qipz2wb5wbbb44lgbfygxhf9lq5rknf82p2dmaicszn0rd53"))
        (modules '((guix build utils)))
        (snippet
         #~(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]