diff options
author | Alex Griffin <a@ajgrf.com> | 2019-11-12 17:24:13 -0600 |
---|---|---|
committer | Alex Griffin <a@ajgrf.com> | 2019-11-12 17:25:41 -0600 |
commit | d673993a9aac0f3463cff1e91f25b075e1ce0f20 (patch) | |
tree | 2c1e4cb08e276f7bab0def60dc70e1a2b287dee5 | |
parent | a02c8df77f1379f85b329f9392e322cf3fb8e8a4 (diff) | |
download | patches-d673993a9aac0f3463cff1e91f25b075e1ce0f20.tar patches-d673993a9aac0f3463cff1e91f25b075e1ce0f20.tar.gz |
gnu: go: Update to 1.12.13 [fixes CVE-2019-17596].
* gnu/packages/golang.scm (go-1.12): Update to 1.12.13.
-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 7db6565cb5..76b93c0d14 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -220,7 +220,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.4) (name "go") - (version "1.12.10") + (version "1.12.13") (source (origin (method url-fetch) @@ -228,7 +228,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "0m1rvawvpdl7kd0asw10m50xbxlhykix6dng9p4x6ih6x3y4hvpm")))) + "19zmrhydd52vhdnzlhxqklzg1mnav434dcgw9wl4iajbvfwd70sk")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) |