diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-17 23:04:20 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-23 21:14:59 +0100 |
| commit | feca0a210143eba0a9435f463c47799a682181e3 (patch) | |
| tree | c8c06fc8ec6d12f3cf1a513317a4724f2c1dd1a0 /gnu | |
| parent | 54e657c5a30fe93c14847b9544797fc31e299650 (diff) | |
gnu: go-github-com-vbatts-tar-split: Update to 0.12.3.
* gnu/packages/golang-compression.scm (go-github-com-vbatts-tar-split):
Update to 0.12.3.
(go-tar-split): Refresh arguments style.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-compression.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/golang-compression.scm b/gnu/packages/golang-compression.scm index 8d2117b2f41..2ea0b01110a 100644 --- a/gnu/packages/golang-compression.scm +++ b/gnu/packages/golang-compression.scm | |||
| @@ -1213,7 +1213,7 @@ any dependency on any C code.") | |||
| 1213 | (define-public go-github-com-vbatts-tar-split | 1213 | (define-public go-github-com-vbatts-tar-split |
| 1214 | (package | 1214 | (package |
| 1215 | (name "go-github-com-vbatts-tar-split") | 1215 | (name "go-github-com-vbatts-tar-split") |
| 1216 | (version "0.12.2") | 1216 | (version "0.12.3") |
| 1217 | (source | 1217 | (source |
| 1218 | (origin | 1218 | (origin |
| 1219 | (method git-fetch) | 1219 | (method git-fetch) |
| @@ -1222,7 +1222,7 @@ any dependency on any C code.") | |||
| 1222 | (commit (string-append "v" version)))) | 1222 | (commit (string-append "v" version)))) |
| 1223 | (file-name (git-file-name name version)) | 1223 | (file-name (git-file-name name version)) |
| 1224 | (sha256 | 1224 | (sha256 |
| 1225 | (base32 "08zf59nsfkfndjb2hgf4ccvpsi8aijd1daa5v19my2bfiabqf0za")))) | 1225 | (base32 "1m1c3phig5c0k1g2445h0ic81mkpvbhn476crmdzc4hpc22imj9s")))) |
| 1226 | (build-system go-build-system) | 1226 | (build-system go-build-system) |
| 1227 | (arguments | 1227 | (arguments |
| 1228 | (list | 1228 | (list |
| @@ -1306,8 +1306,7 @@ interface tool to compress and decompress LZ4 files.")))) | |||
| 1306 | (package/inherit go-github-com-vbatts-tar-split | 1306 | (package/inherit go-github-com-vbatts-tar-split |
| 1307 | (name "go-tar-split") | 1307 | (name "go-tar-split") |
| 1308 | (arguments | 1308 | (arguments |
| 1309 | (substitute-keyword-arguments | 1309 | (substitute-keyword-arguments arguments |
| 1310 | (package-arguments go-github-com-vbatts-tar-split) | ||
| 1311 | ((#:tests? _ #t) #f) | 1310 | ((#:tests? _ #t) #f) |
| 1312 | ((#:install-source? _ #t) #f) | 1311 | ((#:install-source? _ #t) #f) |
| 1313 | ((#:skip-build? _ #t) #f) | 1312 | ((#:skip-build? _ #t) #f) |
