diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-01-29 13:38:47 +0800 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:11:48 -0400 |
commit | 411e60db26bb22857e9e57f395d1d66656863f4b (patch) | |
tree | cbabcedc09924276f8fe2c97e6e908eef1f6f3ea /gnu/packages/golang.scm | |
parent | 260e68342be9cc25b6c45b71615bab75a70f72a1 (diff) | |
download | guix-411e60db26bb22857e9e57f395d1d66656863f4b.tar guix-411e60db26bb22857e9e57f395d1d66656863f4b.tar.gz |
gnu: go-1.17: Update to 1.17.13.
* gnu/packages/golang.scm (go-1.17): Update to 1.17.13.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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 7709053d34..da550f0bfd 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -631,7 +631,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.16) (name "go") - (version "1.17.11") + (version "1.17.13") (source (origin (method git-fetch) @@ -641,7 +641,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (file-name (git-file-name name version)) (sha256 (base32 - "11wy6092qm7v0n10cjkyp49sbchqazi3vnij8k2sq7k7jaj63z5p")))) + "05m8gr050kagvn22lfnjrgms03l5iphd1m4v6z7yqlhn9gdp912d")))) (outputs '("out" "tests")) ; 'tests' contains distribution tests. (arguments `(#:modules ((ice-9 match) |