diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-09 16:54:12 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-10 14:18:34 -0500 |
commit | 7d70ac92fc8695bf26ec88f577d577470f8cb763 (patch) | |
tree | 9ce640013b699ba843169d474f77497332a982be /gnu/packages/golang.scm | |
parent | 4b4ea1669d53ad787f8e442bb9b6862777f3b65e (diff) |
gnu: Go 1.16: Update to 1.16.13.
* gnu/packages/golang.scm (go-1.16): Update to 1.16.13.
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 5799d927ea..5e26c76225 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -465,7 +465,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.14) (name "go") - (version "1.16.12") + (version "1.16.13") (source (origin (method git-fetch) @@ -475,7 +475,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (file-name (git-file-name name version)) (sha256 (base32 - "06c8dcmni38za638ma069izd9kbxr6ii6ccflbibgc6k54lpc3fb")))) + "03f37dspn4h5kqf0nqwmnl858wx6hngnlvbnrjl1ll6ihc5j66jz")))) (arguments (substitute-keyword-arguments (package-arguments go-1.14) ((#:tests? _) #t) |