me
/
guix
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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -58516,7 +58516,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)
@ -58524,7 +58524,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.