guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: Go 1.17: Update to 1.17.6.


From: guix-commits
Subject: 10/11: gnu: Go 1.17: Update to 1.17.6.
Date: Mon, 10 Jan 2022 16:29:48 -0500 (EST)

lfam pushed a commit to branch wip-linux-libre-5.16
in repository guix.

commit 253ce9f71d656908a5f7b8638c4fe7e875dbc5b2
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Jan 9 16:54:44 2022 -0500

    gnu: Go 1.17: Update to 1.17.6.
    
    * gnu/packages/golang.scm (go-1.17): Update to 1.17.6.
---
 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 5e26c76225..03b18f7910 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -624,7 +624,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.16)
     (name "go")
-    (version "1.17.5")
+    (version "1.17.6")
     (source
      (origin
        (method git-fetch)
@@ -634,7 +634,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1yjhg4j89vgb26m35gc0799x2fd0xav03gcvcg2xwcfvvcar5gza"))))
+         "05k292i9qayfy5wh96z4kjmx1mfd5birnr25vb0blzaam72mcsgw"))))
     (outputs '("out" "tests")) ; 'tests' contains distribution tests.
     (arguments
      `(#:modules ((ice-9 match)



reply via email to

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