diff options
author | Leo Famulari <leo@famulari.name> | 2020-03-02 14:48:04 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-03-02 19:30:26 -0500 |
commit | 6ce0865500ad30269dbd180d0555ce0d6a0a8edb (patch) | |
tree | 8f8c2e7852f9b3f3df5688e7478f139314d675d0 /gnu/packages | |
parent | 15a6805751309452616999933492f1fb9da8bcec (diff) |
gnu: Go: Update to 1.13.8.
* gnu/packages/golang.scm (go-1.13): Update to 1.13.8.
Diffstat (limited to 'gnu/packages')
-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 d165ccf065..630984d3c1 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -221,7 +221,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.4) (name "go") - (version "1.13.7") + (version "1.13.8") (source (origin (method url-fetch) @@ -229,7 +229,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "1x21kfpzfkvmqd42pan6nl862m7jjl4niqxxpcgm46awbz645bg4")))) + "0d7cxffk72568h46srzswrxd0bsdip7amgkf499wzn6l6d3g0fxi")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) |