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
This commit is contained in:
Efraim Flashner 2024-12-25 10:49:34 +02:00
parent 7ffaff5786
commit 84ad73fbf7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -40763,20 +40763,20 @@ (define-public rust-lazycell-1
(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.")