[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: go-1.7: Update to 1.7.3.
From: |
Leo Famulari |
Subject: |
01/01: gnu: go-1.7: Update to 1.7.3. |
Date: |
Fri, 21 Oct 2016 23:04:20 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 57147c5d3490b660618bd2ca598bb940f1012907
Author: Leo Famulari <address@hidden>
Date: Fri Oct 21 18:36:23 2016 -0400
gnu: go-1.7: Update to 1.7.3.
* gnu/packages/golang.scm (go-1.7): Update to 1.7.3.
---
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 6b5038c..6e2a4e4 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.1")
+ (version "1.7.3")
(source
(origin
(method url-fetch)
@@ -198,7 +198,7 @@ sequential processes (CSP) concurrent programming features
added.")
name version ".src.tar.gz"))
(sha256
(base32
- "1ls2shd8ha2dhigz8kf4j15p1l5rvfxn9jyh4rgrkdw17c9kz11b"))))
+ "0i7gy5d8j6186a6x07cnj3r7mpfg3964q8byslx0p6x04w00lhvr"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.4)
((#:phases phases)