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.33.0.
* gnu/packages/golang-build.scm (go-golang-org-x-sys): Update to 0.33.0. Change-Id: Ie0c3b26465fa13f6b981b95e65794f5e6b0f18c4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
af0245c701
commit
9a59a0a8c6
1 changed files with 2 additions and 2 deletions
|
@ -859,7 +859,7 @@ cancellation 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.28.0")
|
(version "0.33.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -868,7 +868,7 @@ cancellation 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 "1lgsisl36knlr41inqls3w51xcqfl6d3hkacxry0nqx39167b882"))))
|
(base32 "19m090xd3abysvk1y07fhhd025k3s456i71ww0pq0b2pzsva5ra2"))))
|
||||||
(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