diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-13 13:45:06 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:40 +0000 |
commit | 4a4feb7c01f08fb268266a151c995bc947135294 (patch) | |
tree | 714e6001c88997043a716d95d372b8e252bda7cd | |
parent | 5f19ee0bb8a363e7293ce22a7b38de58e66273c6 (diff) | |
download | guix-4a4feb7c01f08fb268266a151c995bc947135294.tar.gz guix-4a4feb7c01f08fb268266a151c995bc947135294.zip |
gnu: go-golang-org-x-sys: Update to 0.25.0.
* gnu/packages/golang-build.scm (go-golang-org-x-sys): Update to 0.25.0.
Change-Id: I4bdcca9010542c8fc99eb387457ecb888213ec06
-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 fbb11e01f7..7e9bd59e69 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -587,7 +587,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.24.0") + (version "0.25.0") (source (origin (method git-fetch) @@ -596,7 +596,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 "0j5hhwrbgjh5bnwqr9g1c32175j43rqlrpv199ay1b970iwiqd4l")))) + (base32 "0hdysrba8imiifb4ksjgbhkzhk1mksm1g3fj59i3bas1zdc5lbgp")))) (build-system go-build-system) (arguments (list |