Archived
1
0
Fork 0

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:
Paul Alesius 2023-02-08 14:25:10 -05:00 committed by Maxim Cournoyer
parent b98fc2bcc1
commit 71db3fbf71
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -58157,7 +58157,7 @@ without a mutable reference.")
(define-public rust-tar-0.4
(package
(name "rust-tar")
(version "0.4.26")
(version "0.4.36")
(source
(origin
(method url-fetch)
@ -58165,7 +58165,7 @@ without a mutable reference.")
(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.