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 8ce4bb2f58
commit c1ef157ff5
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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.