diff options
author | Leo Famulari <leo@famulari.name> | 2019-07-21 01:17:41 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-07-25 13:07:49 -0400 |
commit | 1074b37073afd99f59c760ef0e69c59a7b7ec57d (patch) | |
tree | fa345366572cb895acf039491a361d57c44ebd2b /gnu | |
parent | ec8c1681e875e4934cf149fe492db802a6c51612 (diff) |
gnu: Go 1.12: Update to 1.12.7.
* gnu/packages/golang.scm (go-1.12): Update to 1.12.7.
Diffstat (limited to 'gnu')
-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 6381b2c4d6..10c30e520b 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -401,7 +401,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.4) (name "go") - (version "1.12.1") + (version "1.12.7") (source (origin (method url-fetch) @@ -409,7 +409,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "12l12mmgqvy3nbscy7sz83qj4m6iz5a322aq9sk45f7l9ml2gq8b")))) + "04rvwj69gmw3bz8pw5pf10r21ar0pgpnswp15nkddf04dxyl9s4m")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) |