diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-12 22:31:31 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-23 21:14:58 +0100 |
| commit | 038c2107ae52acf63840ceb6a204009d6c744a77 (patch) | |
| tree | e89e4482676d47f0cfa6dc8ddebe913724cc303f /gnu | |
| parent | 4a23cb069859c095f85bd1fa1d211721a33ea45a (diff) | |
gnu: go-golang-org-x-sys: Update to 0.46.0.
* gnu/packages/golang-build.scm (go-golang-org-x-sys): Update to 0.46.0.
Change-Id: I2314e92fc04fe187df1550a19b5f92ba6c5a5843
Diffstat (limited to 'gnu')
| -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 4434fb98848..640d0c4a8ec 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm | |||
| @@ -1180,7 +1180,7 @@ cancellation for groups of goroutines working on subtasks of a common task | |||
| 1180 | (define-public go-golang-org-x-sys | 1180 | (define-public go-golang-org-x-sys |
| 1181 | (package | 1181 | (package |
| 1182 | (name "go-golang-org-x-sys") | 1182 | (name "go-golang-org-x-sys") |
| 1183 | (version "0.43.0") | 1183 | (version "0.46.0") |
| 1184 | (source | 1184 | (source |
| 1185 | (origin | 1185 | (origin |
| 1186 | (method git-fetch) | 1186 | (method git-fetch) |
| @@ -1189,7 +1189,7 @@ cancellation for groups of goroutines working on subtasks of a common task | |||
| 1189 | (commit (string-append "v" version)))) | 1189 | (commit (string-append "v" version)))) |
| 1190 | (file-name (git-file-name name version)) | 1190 | (file-name (git-file-name name version)) |
| 1191 | (sha256 | 1191 | (sha256 |
| 1192 | (base32 "18by7v7gvbanxkqjdadisgc7hgsn580yy5zj42wgiv642qd2r11g")))) | 1192 | (base32 "1cxixrd8pr9k0xib1f1d9l6c0wi4qrcbawann70sfk350va7fbyy")))) |
| 1193 | (build-system go-build-system) | 1193 | (build-system go-build-system) |
| 1194 | (arguments | 1194 | (arguments |
| 1195 | (list | 1195 | (list |
