me
/
guix
Archived
1
0
Fork 0

gnu: go-1.21: Update to 1.21.5.

* gnu/packages/golang.scm (go-1.21): Update to 1.21.5.

Change-Id: Ie7d275e698c3884c93d7618d99859d6019fa8893
master
John Kehayias 2023-12-31 15:37:16 -05:00
parent c314115dd0
commit 19f5302d13
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 2 additions and 2 deletions

View File

@ -975,7 +975,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package (package
(inherit go-1.20) (inherit go-1.20)
(name "go") (name "go")
(version "1.21.0") (version "1.21.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -984,7 +984,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
"04cpahl10i1sncymdfm0vzcj3czv6lv0axwa1sisl9cz3rdrp7hj")))) "0f11kya6rpqfldpw82g0yiknz657i655d3c0yh3qy6f8xa8x7zn2"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments go-1.20) (substitute-keyword-arguments (package-arguments go-1.20)
;; Source patching phases are broken up into discrete steps to allow ;; Source patching phases are broken up into discrete steps to allow