guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: go-1.16: Update to 1.16.8.


From: guix-commits
Subject: branch master updated: gnu: go-1.16: Update to 1.16.8.
Date: Thu, 09 Sep 2021 16:35:39 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 14d8413  gnu: go-1.16: Update to 1.16.8.
14d8413 is described below

commit 14d8413fc53aac86bd1fa4b7f94969ed62c221b6
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Thu Sep 9 12:54:43 2021 -0700

    gnu: go-1.16: Update to 1.16.8.
    
    * gnu/packages/golang.scm (go-1.16): Update to 1.16.8.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 b6e8b84..3c151b7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -453,7 +453,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.14)
     (name "go")
-    (version "1.16.7")
+    (version "1.16.8")
     (source
      (origin
        (method git-fetch)
@@ -463,7 +463,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1id6nsavf7gm78bmzsvym135pi2xa0v75ny51xrw93j70clz9w0h"))))
+         "00zv65v09kr2cljxxqypk980r4b4aqjijhbw4ikppn8km68h831n"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.14)
        ((#:tests? _) #t)



reply via email to

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