me
/
guix
Archived
1
0
Fork 0

gnu: Go 1.19: Update to 1.19.7.

* gnu/packages/golang.scm (go-1.19): Update to 1.19.7.
master
Leo Famulari 2023-03-06 11:36:23 -05:00
parent a14e6eae08
commit f47e47243b
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -857,7 +857,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package (package
(inherit go-1.18) (inherit go-1.18)
(name "go") (name "go")
(version "1.19.5") (version "1.19.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -867,7 +867,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0ah4l01h8qj0vj9668bdgr5m69fq16dz1fjlj332vhysxc6bkc27")))) "0rrpfhv6vdwqs0jnld0iqsky5wlirir05czf34kvsf2db21nzdi9"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments go-1.18) (substitute-keyword-arguments (package-arguments go-1.18)
((#:phases phases) ((#:phases phases)