mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
5f19ee0bb8
commit
4a4feb7c01
1 changed files with 2 additions and 2 deletions
|
@ -587,7 +587,7 @@ cancelation for groups of goroutines working on subtasks of a common task
|
||||||
(define-public go-golang-org-x-sys
|
(define-public go-golang-org-x-sys
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-sys")
|
(name "go-golang-org-x-sys")
|
||||||
(version "0.24.0")
|
(version "0.25.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -596,7 +596,7 @@ cancelation for groups of goroutines working on subtasks of a common task
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0j5hhwrbgjh5bnwqr9g1c32175j43rqlrpv199ay1b970iwiqd4l"))))
|
(base32 "0hdysrba8imiifb4ksjgbhkzhk1mksm1g3fj59i3bas1zdc5lbgp"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue