guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: go-1.17: Update to 1.17.13.


From: guix-commits
Subject: 06/11: gnu: go-1.17: Update to 1.17.13.
Date: Fri, 31 Mar 2023 00:01:31 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 50131780dfcabead8dd60035a5145b7ad08dc791
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun Jan 29 13:38:47 2023 +0800

    gnu: go-1.17: Update to 1.17.13.
    
    * gnu/packages/golang.scm (go-1.17): Update to 1.17.13.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 daceaebb17..b597c36717 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -631,7 +631,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.16)
     (name "go")
-    (version "1.17.11")
+    (version "1.17.13")
     (source
      (origin
        (method git-fetch)
@@ -641,7 +641,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "11wy6092qm7v0n10cjkyp49sbchqazi3vnij8k2sq7k7jaj63z5p"))))
+         "05m8gr050kagvn22lfnjrgms03l5iphd1m4v6z7yqlhn9gdp912d"))))
     (outputs '("out" "tests")) ; 'tests' contains distribution tests.
     (arguments
      `(#:modules ((ice-9 match)



reply via email to

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