guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: go-1.7: Update to 1.7.1.


From: Leo Famulari
Subject: 01/01: gnu: go-1.7: Update to 1.7.1.
Date: Sun, 11 Sep 2016 05:23:47 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 5f4d09b52c102407cfa924dda238fbce909a10ce
Author: Leo Famulari <address@hidden>
Date:   Sat Sep 10 00:36:09 2016 -0400

    gnu: go-1.7: Update to 1.7.1.
    
    * gnu/packages/golang.scm (go-1.7): Update to 1.7.1.
---
 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 afa3a36..6b5038c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -190,7 +190,7 @@ sequential processes (CSP) concurrent programming features 
added.")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.7")
+    (version "1.7.1")
     (source
      (origin
        (method url-fetch)
@@ -198,7 +198,7 @@ sequential processes (CSP) concurrent programming features 
added.")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "1h712yd5wk5mrj2dixc9z2xlgksfks00yvglrkrgr488p8b0qs3j"))))
+         "1ls2shd8ha2dhigz8kf4j15p1l5rvfxn9jyh4rgrkdw17c9kz11b"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)



reply via email to

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