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.7.


From: guix-commits
Subject: branch master updated: gnu: go-1.16: Update to 1.16.7.
Date: Fri, 06 Aug 2021 08:15:57 -0400

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

apteryx pushed a commit to branch master
in repository guix.

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

commit dc151c8fb116e2386b2d4ef0acfdb766b22a5907
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Thu Aug 5 17:05:09 2021 -0700

    gnu: go-1.16: Update to 1.16.7.
    
    * gnu/packages/golang.scm (go-1.16): Update to 1.16.7.
    
    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 c52bf72..15f3ea4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1393,7 +1393,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.14)
     (name "go")
-    (version "1.16.5")
+    (version "1.16.7")
     (source
      (origin
        (method git-fetch)
@@ -1403,7 +1403,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "19a93p217h5xi2sgh34qzv24pkd4df0sw4fc5z6k47lspjp3vx2l"))))
+         "1id6nsavf7gm78bmzsvym135pi2xa0v75ny51xrw93j70clz9w0h"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.14)
        ((#:tests? _) #t)



reply via email to

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