diff options
author | Leo Famulari <leo@famulari.name> | 2023-03-06 11:36:23 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-28 16:26:10 -0400 |
commit | f47e47243bc7046c8d575681c4b295c0a4b8fc47 (patch) | |
tree | 68435845eef782172f97f218ed2a25c2a14223a7 | |
parent | a14e6eae08198c1b8934b50f4bf4a6385254a903 (diff) | |
download | guix-f47e47243bc7046c8d575681c4b295c0a4b8fc47.tar.gz guix-f47e47243bc7046c8d575681c4b295c0a4b8fc47.zip |
gnu: Go 1.19: Update to 1.19.7.
* gnu/packages/golang.scm (go-1.19): Update to 1.19.7.
-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 da0ae52a61..a6c1ba86e4 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -857,7 +857,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.18) (name "go") - (version "1.19.5") + (version "1.19.7") (source (origin (method git-fetch) @@ -867,7 +867,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (file-name (git-file-name name version)) (sha256 (base32 - "0ah4l01h8qj0vj9668bdgr5m69fq16dz1fjlj332vhysxc6bkc27")))) + "0rrpfhv6vdwqs0jnld0iqsky5wlirir05czf34kvsf2db21nzdi9")))) (arguments (substitute-keyword-arguments (package-arguments go-1.18) ((#:phases phases) |