guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: go-1.21: Update to 1.21.5.


From: guix-commits
Subject: 04/04: gnu: go-1.21: Update to 1.21.5.
Date: Sun, 31 Dec 2023 15:40:00 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit 19f5302d136783d861b42107ae5e2920bbd769d9
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Sun Dec 31 15:37:16 2023 -0500

    gnu: go-1.21: Update to 1.21.5.
    
    * gnu/packages/golang.scm (go-1.21): Update to 1.21.5.
    
    Change-Id: Ie7d275e698c3884c93d7618d99859d6019fa8893
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0e8828072b..fb77f610e7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -975,7 +975,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.20)
     (name "go")
-    (version "1.21.0")
+    (version "1.21.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -984,7 +984,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "04cpahl10i1sncymdfm0vzcj3czv6lv0axwa1sisl9cz3rdrp7hj"))))
+                "0f11kya6rpqfldpw82g0yiknz657i655d3c0yh3qy6f8xa8x7zn2"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.20)
        ;; Source patching phases are broken up into discrete steps to allow



reply via email to

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