mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: rust-tar-0.4: Update to 0.4.36.
* gnu/packages/crates-io.scm (rust-tar-0.4): Update to 0.4.36. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
8ce4bb2f58
commit
c1ef157ff5
1 changed files with 2 additions and 2 deletions
|
@ -58516,7 +58516,7 @@ (define-public rust-tap-1
|
|||
(define-public rust-tar-0.4
|
||||
(package
|
||||
(name "rust-tar")
|
||||
(version "0.4.26")
|
||||
(version "0.4.36")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -58524,7 +58524,7 @@ (define-public rust-tar-0.4
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lr6v3cpkfxd2lk5ll2jd8wr1xdskwj35smnh5sfb8xvzzxnn6dk"))))
|
||||
"0iz40bd47xr69dsbckd6rv5ry2nqb2dp3z850q41pvpnmk6xk441"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Test tarballs not included in crate.
|
||||
|
|
Loading…
Reference in a new issue