diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-11 13:05:08 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-11 13:15:38 +0100 |
commit | 4e3b91d43e0ffe8b711d3c0f0753012175cb796c (patch) | |
tree | 80f5408c0d69d1d16519666bbcd0e78412075b1b /gnu/packages | |
parent | 9393f5278c7255ed74dae3141b81bb159eda0304 (diff) | |
download | guix-4e3b91d43e0ffe8b711d3c0f0753012175cb796c.tar guix-4e3b91d43e0ffe8b711d3c0f0753012175cb796c.tar.gz |
gnu: go-golang-org-x-sys: Update to 0.24.0.
* gnu/packages/golang-build.scm (go-golang-org-x-sys): Update to 0.24.0.
Change-Id: I4a79864e089779e988520d9539503ffd193b4101
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/golang-build.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm index b520547cd3..a664c53c92 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -561,7 +561,7 @@ cancelation for groups of goroutines working on subtasks of a common task (define-public go-golang-org-x-sys (package (name "go-golang-org-x-sys") - (version "0.22.0") + (version "0.24.0") (source (origin (method git-fetch) @@ -570,7 +570,7 @@ cancelation for groups of goroutines working on subtasks of a common task (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0kpl5hk0zbh5bfschnq64yj1cs7v3l9v6bd1rw5crlfd4hg7xawa")))) + (base32 "0j5hhwrbgjh5bnwqr9g1c32175j43rqlrpv199ay1b970iwiqd4l")))) (build-system go-build-system) (arguments (list |