diff options
author | Leo Famulari <leo@famulari.name> | 2021-12-06 12:16:15 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-12-06 12:40:38 -0500 |
commit | 404f695385a30ebab05ee66b33826f36bd838443 (patch) | |
tree | 554264e9917f77b3910e2dcb16674c53735f8846 /gnu | |
parent | e4d8f2fe31970fc90ca5297935917cb3dd829396 (diff) | |
download | guix-404f695385a30ebab05ee66b33826f36bd838443.tar.gz |
gnu: Go 1.17: Update to 1.17.4.
* gnu/packages/golang.scm (go-1.17): Update to 1.17.4.
Diffstat (limited to 'gnu')
-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 302606bd46..b6d81bdba1 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -613,7 +613,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.16) (name "go") - (version "1.17.1") + (version "1.17.4") (source (origin (method git-fetch) @@ -623,7 +623,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (file-name (git-file-name name version)) (sha256 (base32 - "0wk99lwpzp4qwrksl932lm9vb70nyf4vgb5lxwh7gzjcbhlqj992")))) + "14c08fmj2c5arcd73ryha2qhl2bawpm22rcbiq47a6x7kvr31hi4")))) (outputs '("out" "tests")) ; 'tests' contains distribution tests. (arguments `(#:modules ((ice-9 match) |