diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-01-29 13:34:23 +0800 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-02-03 15:28:03 +0100 |
commit | a94c6d78ba8d144317e9c1ad5af447bc7266d04d (patch) | |
tree | b6359729a3937567ad9db483b68cb27adde9c622 /gnu/packages | |
parent | 76e03a7e9868101116934f4706099eab99ab19af (diff) |
gnu: go-1.19: Update to 1.19.5.
* gnu/packages/golang.scm (go-1.19): Update to 1.19.5.
Signed-off-by: Christopher Baines <mail@cbaines.net>
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 60b1f71a36..79d5bc6f9c 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -866,7 +866,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.18) (name "go") - (version "1.19.1") + (version "1.19.5") (source (origin (method git-fetch) @@ -876,7 +876,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (file-name (git-file-name name version)) (sha256 (base32 - "1gah4zhbkgbwrrryfmzdv2qwi1rgxk10q2r3hnlcb1dybf9c1i1w")))) + "0ah4l01h8qj0vj9668bdgr5m69fq16dz1fjlj332vhysxc6bkc27")))) (arguments (substitute-keyword-arguments (package-arguments go-1.18) ((#:phases phases) |