diff options
author | Katherine Cox-Buday <cox.katherine.e@gmail.com> | 2018-10-02 16:38:52 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-10-03 10:33:46 -0400 |
commit | 227ce488d7b899636e8e8635cbd2d08fb21c56a2 (patch) | |
tree | 279ad95d0b1b222b4c2af9f77b8bd55ce03a995b /gnu | |
parent | 477dde6192bc795732be8643d66c98f89458fd68 (diff) | |
download | guix-227ce488d7b899636e8e8635cbd2d08fb21c56a2.tar guix-227ce488d7b899636e8e8635cbd2d08fb21c56a2.tar.gz |
gnu: Go 1.11: Update to 1.11.1
* gnu/packages/golang.scm (go-1.11): Update to 1.11.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 bba03e77f2..7a049e39e1 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -504,7 +504,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.10) (name "go") - (version "1.11") + (version "1.11.1") (source (origin (method url-fetch) @@ -512,7 +512,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "1ysj04jzds6xa8kdflkdsgyv3mg9fdn90zdf78g4g6p4bwpy3hdg")))) + "05qivf2f59pv4bfrmdr4m0xvswkmvvl9c5a2h5dy45g2k8b8r3sm")))) (arguments (substitute-keyword-arguments (package-arguments go-1.10) ((#:phases phases) |