guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Go 1.17: Update to 1.17.5.


From: guix-commits
Subject: 02/03: gnu: Go 1.17: Update to 1.17.5.
Date: Fri, 17 Dec 2021 18:19:51 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 065c5e94350124fa8d018e54fbc27c8ea4f46250
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Dec 17 18:08:16 2021 -0500

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



reply via email to

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