efraim pushed a commit to branch rust-team
in repository guix.

commit 4f910b72af2224ae50d7817bc9e0d581dc6165dd
Author: Efraim Flashner <efr...@flashner.co.il>
AuthorDate: Wed Nov 20 20:22:58 2024 +0200

    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
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file 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.

Reply via email to