mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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:
parent
7ffaff5786
commit
84ad73fbf7
1 changed files with 4 additions and 4 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue