guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Go: Update to 1.17.11.


From: guix-commits
Subject: 01/02: gnu: Go: Update to 1.17.11.
Date: Tue, 5 Jul 2022 23:10:04 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit fca89918502d56e90ff1da1705edee9f25024d55
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Jul 5 13:36:54 2022 -0400

    gnu: Go: Update to 1.17.11.
    
    * gnu/packages/golang.scm (go-1.17): Update to 1.17.11.
---
 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 5c930f2fbb..1ce55875d8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -628,7 +628,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.16)
     (name "go")
-    (version "1.17.9")
+    (version "1.17.11")
     (source
      (origin
        (method git-fetch)
@@ -638,7 +638,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "02l6gxn738kam1niy2nl2wpsbzl4x87h2wik6hd3py19kq4z2flw"))))
+         "11wy6092qm7v0n10cjkyp49sbchqazi3vnij8k2sq7k7jaj63z5p"))))
     (outputs '("out" "tests")) ; 'tests' contains distribution tests.
     (arguments
      `(#:modules ((ice-9 match)



reply via email to

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