diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-11-20 20:22:58 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-11-28 11:05:31 +0200 |
commit | 76c8c07283e945f4e7dff2888711b9dc04910ceb (patch) | |
tree | 218603b619274d5ff7b5fe607b1f670e381f23da | |
parent | a4dc70718c3c6671d154438c3cc1d7b4358e117d (diff) |
gnu: rust-tar-0.4: Update to 0.4.43.
* gnu/packages/crates-io.scm (rust-tar-0.4): Update to 0.4.43.
Change-Id: I1451e97ed27bfc049661fb2480c71cea0670339a
-rw-r--r-- | gnu/packages/crates-io.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 3dcc657485..b54154d90c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -81601,7 +81601,7 @@ that exposes the same functionality at the command line.") (define-public rust-tar-0.4 (package (name "rust-tar") - (version "0.4.40") + (version "0.4.43") (source (origin (method url-fetch) @@ -81609,7 +81609,7 @@ that exposes the same functionality at the command line.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1nrd3v2kfhb2zh0a44ag0s2348xjcdxiqx8cl14ir2923zmgqsmi")))) + "1xm1l6gg180wq9xrq9vhyyxxpr4kvyh933yjagax05wf7wqrhnf6")))) (build-system cargo-build-system) (arguments `(#:tests? #f ; Test tarballs not included in crate. |