summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-build.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2024-12-19 23:47:12 +0000
committerSharlatan Hellseher <[email protected]>2025-01-21 23:42:10 +0000
commitd77e794d20b76bc99a0284ab6451204b5987c1c2 (patch)
tree23e01bc5c9c6b7ac54241c225f1bbc286136d9e2 /gnu/packages/golang-build.scm
parenta807da4c31f837780b74d6225f169f3ba327656e (diff)
gnu: go-golang-org-x-sys: Update to 0.28.0.
* gnu/packages/golang-build.scm (go-golang-org-x-sys): Update to 0.28.0. Change-Id: Ia1ceaae88086b5f2a1be771a6e65f7261ee1936e
Diffstat (limited to 'gnu/packages/golang-build.scm')
-rw-r--r--gnu/packages/golang-build.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 1e1ece2b4c..0ad04dfb60 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -763,7 +763,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.25.0")
+ (version "0.28.0")
(source
(origin
(method git-fetch)
@@ -772,7 +772,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 "0hdysrba8imiifb4ksjgbhkzhk1mksm1g3fj59i3bas1zdc5lbgp"))))
+ (base32 "1lgsisl36knlr41inqls3w51xcqfl6d3hkacxry0nqx39167b882"))))
(build-system go-build-system)
(arguments
(list