diff options
author | Leo Famulari <leo@famulari.name> | 2021-12-17 18:07:53 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-12-17 18:18:27 -0500 |
commit | 01aba21913f1a13784c9c998c06515b6da911fb8 (patch) | |
tree | 936c77269733f901f3813bc615e8f035673d21d3 /gnu/packages | |
parent | b4ee524e5adb2153a0de607a32100a8db2b12585 (diff) | |
download | guix-01aba21913f1a13784c9c998c06515b6da911fb8.tar.gz guix-01aba21913f1a13784c9c998c06515b6da911fb8.zip |
gnu: Go 1.16: Update to 1.16.12.
* gnu/packages/golang.scm (go-1.16): Update to 1.16.12.
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 2dade5278f..83a68f1f9a 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -461,7 +461,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.14) (name "go") - (version "1.16.11") + (version "1.16.12") (source (origin (method git-fetch) @@ -471,7 +471,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (file-name (git-file-name name version)) (sha256 (base32 - "1jn45bci9cvkvybvy9ql2rsgj06kg3sl027vhv0h0bavgqa7qk20")))) + "06c8dcmni38za638ma069izd9kbxr6ii6ccflbibgc6k54lpc3fb")))) (arguments (substitute-keyword-arguments (package-arguments go-1.14) ((#:tests? _) #t) |