mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-equivalent-1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-equivalent-1): Order. Change-Id: I64278268efbd1b45259246e0edfcf5dbe2347528 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c4f692d6ea
commit
d6fa68304b
1 changed files with 17 additions and 17 deletions
|
@ -26451,6 +26451,23 @@ (define-public rust-envy-0.4
|
|||
deserialized from environment variables.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-equivalent-1
|
||||
(package
|
||||
(name "rust-equivalent")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "equivalent" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1malmx5f4lkfvqasz319lq6gb3ddg19yzf9s8cykfsgzdmyq0hsl"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/cuviper/equivalent")
|
||||
(synopsis "Traits for key comparison in maps")
|
||||
(description "Traits for key comparison in maps.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-erased-serde-0.4
|
||||
(package
|
||||
(name "rust-erased-serde")
|
||||
|
@ -70898,23 +70915,6 @@ (define-public rust-rust-embed-utils-5
|
|||
(arguments
|
||||
`(#:cargo-inputs (("rust-walkdir" ,rust-walkdir-2))))))
|
||||
|
||||
(define-public rust-equivalent-1
|
||||
(package
|
||||
(name "rust-equivalent")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "equivalent" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1malmx5f4lkfvqasz319lq6gb3ddg19yzf9s8cykfsgzdmyq0hsl"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/cuviper/equivalent")
|
||||
(synopsis "Traits for key comparison in maps")
|
||||
(description "Traits for key comparison in maps.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-ethtool-0.2
|
||||
(package
|
||||
(name "rust-ethtool")
|
||||
|
|
Loading…
Reference in a new issue