diff options
author | Sarah Morgensen <iskarian@mgsn.dev> | 2021-09-09 12:54:43 -0700 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-09-09 16:27:42 -0400 |
commit | 14d8413fc53aac86bd1fa4b7f94969ed62c221b6 (patch) | |
tree | a0e2fa39a8829fb2daa36402ad27fe749f662860 /gnu/packages/golang.scm | |
parent | bae57cc7d2917c4a67e9afb68ed61ad7117ea7ea (diff) | |
download | guix-14d8413fc53aac86bd1fa4b7f94969ed62c221b6.tar.gz |
gnu: go-1.16: Update to 1.16.8.
* gnu/packages/golang.scm (go-1.16): Update to 1.16.8. Signed-off-by: Leo Famulari <leo@famulari.name>
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 b6e8b84749..3c151b716e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -453,7 +453,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.14) (name "go") - (version "1.16.7") + (version "1.16.8") (source (origin (method git-fetch) @@ -463,7 +463,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (file-name (git-file-name name version)) (sha256 (base32 - "1id6nsavf7gm78bmzsvym135pi2xa0v75ny51xrw93j70clz9w0h")))) + "00zv65v09kr2cljxxqypk980r4b4aqjijhbw4ikppn8km68h831n")))) (arguments (substitute-keyword-arguments (package-arguments go-1.14) ((#:tests? _) #t) |