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

commit fe4a50693b8f959416f8d43212d5fb00806e89e7
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Dec 25 10:49:34 2024 +0200

    gnu: rust-lddtree-0.3: Update to 0.3.7.
    
    * gnu/packages/crates-io.scm (rust-lddtree-0.3): Update to 0.3.7.
    [cargo-inputs]: Replace rust-fs-err-2 with 3, rust-goblin-0.7 with 0.9.
    
    Change-Id: Ic60add40f652f727a976c6634bc64900d1d29640
---
 gnu/packages/crates-io.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a5ffa474dd..7557a5f0d0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40717,20 +40717,20 @@ requires non-const function calls to be computed.")
 (define-public rust-lddtree-0.3
   (package
     (name "rust-lddtree")
-    (version "0.3.3")
+    (version "0.3.7")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "lddtree" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "15f24jcglphqdjxmzafp8fnzslczzr6q1rls36akmb9hd32gwnrg"))))
+                "13mh4y1bwlqpa8jpsgj3zb0mxi4syzdqh8x13xwapdnp9g4rlxz0"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-       (("rust-fs-err" ,rust-fs-err-2)
+       (("rust-fs-err" ,rust-fs-err-3)
         ("rust-glob" ,rust-glob-0.3)
-        ("rust-goblin" ,rust-goblin-0.7))))
+        ("rust-goblin" ,rust-goblin-0.9))))
     (home-page "https://github.com/messense/lddtree-rs";)
     (synopsis "Read the ELF dependency tree")
     (description "Read the ELF dependency tree.")

Reply via email to