diff options
author | Leo Famulari <leo@famulari.name> | 2018-06-14 17:39:30 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-06-14 17:49:56 -0400 |
commit | 9297fc61cc4eb7b78210f68dfa7396f525d619a1 (patch) | |
tree | 432940d074cc79cc87da7f72f03d8a05e5be2d4b | |
parent | 96fd9a0e622b1afd470efa5b47fcfb38ca65105e (diff) | |
download | guix-9297fc61cc4eb7b78210f68dfa7396f525d619a1.tar guix-9297fc61cc4eb7b78210f68dfa7396f525d619a1.tar.gz |
gnu: Go 1.10: Update to 1.10.3.
* gnu/packages/golang.scm (go-1.10): Update to 1.10.3.
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 1d13b69963..a83cdcde83 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -384,7 +384,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.9) (name "go") - (version "1.10.2") + (version "1.10.3") (source (origin (method url-fetch) @@ -392,7 +392,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "1gcqbac3wbhbcr0ri9zgfj6qkqbwf9fn116a0a7fvn4wdff60r32")))) + "1wjmw65nfkkzz084695gdgn13sbjcaafy2y5370d214pdk31qysn")))) (arguments (substitute-keyword-arguments (package-arguments go-1.9) ((#:phases phases) |