guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Go 1.11: Update to 1.11.12.


From: guix-commits
Subject: 01/02: gnu: Go 1.11: Update to 1.11.12.
Date: Thu, 25 Jul 2019 13:08:12 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit ec8c1681e875e4934cf149fe492db802a6c51612
Author: Leo Famulari <address@hidden>
Date:   Sun Jul 21 01:12:18 2019 -0400

    gnu: Go 1.11: Update to 1.11.12.
    
    * gnu/packages/golang.scm (go-1.11): Update to 1.11.12.
---
 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 2f5396d..6381b2c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -220,7 +220,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.11.10")
+    (version "1.11.12")
     (source
      (origin
        (method url-fetch)
@@ -228,7 +228,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "06rw962xigbrxblp942jbh7k133blpxg2xfrxi32qdhxkmmfj9yz"))))
+         "09k9zmq7hhgg0bf1y7rwa0kn7q1vkkr94cmg2iv9lq3najh5nykd"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)



reply via email to

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