mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: rust-linked-hash-map-0.5: Update to 0.5.6.
* gnu/packages/crates-io.scm (rust-linked-hash-map-0.5): Update to 0.5.6. [arguments]: Skip tests. [cargo-inputs]: Remove rust-clippy-0.0.
This commit is contained in:
parent
2bd12bd11a
commit
cdee2a3b61
1 changed files with 10 additions and 12 deletions
|
@ -32332,7 +32332,7 @@ (define-public rust-link-cplusplus-1
|
|||
(define-public rust-linked-hash-map-0.5
|
||||
(package
|
||||
(name "rust-linked-hash-map")
|
||||
(version "0.5.3")
|
||||
(version "0.5.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -32340,19 +32340,17 @@ (define-public rust-linked-hash-map-0.5
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jih3za0p1mywlnwcakc462q1byk6z8vnrzdm36hg6cxk7asdmcd"))))
|
||||
(base32 "03vpgw7x507g524nx5i1jf5dl8k3kv0fzg8v3ip6qqwbpkqww5q7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
("rust-heapsize" ,rust-heapsize-0.4)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-test" ,rust-serde-test-1))))
|
||||
(home-page
|
||||
"https://github.com/contain-rs/linked-hash-map")
|
||||
(synopsis
|
||||
"HashMap wrapper that holds key-value pairs in insertion order")
|
||||
`(#:tests? #f ; Not all files included.
|
||||
#:cargo-inputs
|
||||
(("rust-heapsize" ,rust-heapsize-0.4)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde-test" ,rust-serde-test-1))))
|
||||
(home-page "https://github.com/contain-rs/linked-hash-map")
|
||||
(synopsis "HashMap wrapper that holds key-value pairs in insertion order")
|
||||
(description
|
||||
"This package provides a HashMap wrapper that holds key-value
|
||||
pairs in insertion order.")
|
||||
|
|
Loading…
Reference in a new issue