guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Go: Update to 1.13.8.


From: guix-commits
Subject: branch master updated: gnu: Go: Update to 1.13.8.
Date: Mon, 02 Mar 2020 19:35:21 -0500

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 6ce0865  gnu: Go: Update to 1.13.8.
6ce0865 is described below

commit 6ce0865500ad30269dbd180d0555ce0d6a0a8edb
Author: Leo Famulari <address@hidden>
AuthorDate: Mon Mar 2 14:48:04 2020 -0500

    gnu: Go: Update to 1.13.8.
    
    * gnu/packages/golang.scm (go-1.13): Update to 1.13.8.
---
 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 d165ccf..630984d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -221,7 +221,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.13.7")
+    (version "1.13.8")
     (source
      (origin
        (method url-fetch)
@@ -229,7 +229,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "1x21kfpzfkvmqd42pan6nl862m7jjl4niqxxpcgm46awbz645bg4"))))
+         "0d7cxffk72568h46srzswrxd0bsdip7amgkf499wzn6l6d3g0fxi"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)



reply via email to

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