diff options
author | Leo Famulari <leo@famulari.name> | 2019-10-17 13:38:12 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-10-29 11:03:08 -0400 |
commit | 4428532012637b39d9f5dabe8aea62a27a98341a (patch) | |
tree | 2a9034e7cb8b0b194678766c0c56707ead85d075 /gnu/packages/golang.scm | |
parent | 878e0e1bb0d15809c6582436d53498f3e6385524 (diff) | |
download | patches-4428532012637b39d9f5dabe8aea62a27a98341a.tar patches-4428532012637b39d9f5dabe8aea62a27a98341a.tar.gz |
gnu: Go: Update to 1.12.10.
* gnu/packages/golang.scm (go-1.12): Update to 1.12.10.
Diffstat (limited to 'gnu/packages/golang.scm')
-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 51be20b066..e17d19c8fb 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.7") + (version "1.12.10") (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 - "04rvwj69gmw3bz8pw5pf10r21ar0pgpnswp15nkddf04dxyl9s4m")))) + "0m1rvawvpdl7kd0asw10m50xbxlhykix6dng9p4x6ih6x3y4hvpm")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) |