me
/
guix
Archived
1
0
Fork 0

gnu: rust-tar-0.4: Update to 0.4.40.

* gnu/packages/crates-io.scm (rust-tar-0.4): Update to 0.4.40.
[cargo-inputs]: Replace rust-xattr-0.2 with 1.

Change-Id: I47bf53a4803516d65b8f41f3fdf035618bbfac0b
Efraim Flashner 2023-10-24 08:38:19 +03:00
parent 450ca7d6b6
commit 19282e5ed9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -71727,7 +71727,7 @@ that exposes the same functionality at the command line.")
(define-public rust-tar-0.4 (define-public rust-tar-0.4
(package (package
(name "rust-tar") (name "rust-tar")
(version "0.4.38") (version "0.4.40")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -71735,14 +71735,14 @@ that exposes the same functionality at the command line.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1ikiz14wbfmaaw5mrv93msa8v6n3i595z5kw9p0fdqa40dy80mab")))) "1nrd3v2kfhb2zh0a44ag0s2348xjcdxiqx8cl14ir2923zmgqsmi"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:tests? #f ; Test tarballs not included in crate. `(#:tests? #f ; Test tarballs not included in crate.
#:cargo-inputs #:cargo-inputs
(("rust-filetime" ,rust-filetime-0.2) (("rust-filetime" ,rust-filetime-0.2)
("rust-libc" ,rust-libc-0.2) ("rust-libc" ,rust-libc-0.2)
("rust-xattr" ,rust-xattr-0.2)) ("rust-xattr" ,rust-xattr-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-tempfile" ,rust-tempfile-3)))) (("rust-tempfile" ,rust-tempfile-3))))
(home-page "https://github.com/alexcrichton/tar-rs") (home-page "https://github.com/alexcrichton/tar-rs")