[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: Go 1.10: Update to 1.10.2.
From: |
Leo Famulari |
Subject: |
02/02: gnu: Go 1.10: Update to 1.10.2. |
Date: |
Sat, 12 May 2018 23:04:21 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit fb6357ceea17240cf2cffdb485f883954d9c2df0
Author: Leo Famulari <address@hidden>
Date: Sat May 12 23:02:25 2018 -0400
gnu: Go 1.10: Update to 1.10.2.
* gnu/packages/golang.scm (go-1.10): Update to 1.10.2.
---
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 47e582c..fe6dfbe 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -383,7 +383,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(package
(inherit go-1.9)
(name "go")
- (version "1.10.1")
+ (version "1.10.2")
(source
(origin
(method url-fetch)
@@ -391,7 +391,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
name version ".src.tar.gz"))
(sha256
(base32
- "1p1xyyxicp752n9wj10sljjl6mjxpfsplkhx74fzzjrwdkzlk52q"))))
+ "1gcqbac3wbhbcr0ri9zgfj6qkqbwf9fn116a0a7fvn4wdff60r32"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.9)
((#:phases phases)