mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: Place rust-twox-hash-1 in alphabetical order.
gnu/packages/crates-io.scm (rust-twox-hash-1): Move variable. Change-Id: Icb0d2a5f834af969f235aaef48b2b848277801b3 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b726209838
commit
2220d10226
1 changed files with 29 additions and 29 deletions
|
@ -37775,35 +37775,6 @@ (define-public rust-merlin-2
|
||||||
non-interactive protocols can be implemented as if they were interactive.")
|
non-interactive protocols can be implemented as if they were interactive.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-twox-hash-1
|
|
||||||
(package
|
|
||||||
(name "rust-twox-hash")
|
|
||||||
(version "1.6.3")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "twox-hash" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "0xgn72j36a270l5ls1jk88n7bmq2dhlfkbhdh5554hbagjsydzlp"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
|
||||||
("rust-digest" ,rust-digest-0.8)
|
|
||||||
("rust-digest" ,rust-digest-0.9)
|
|
||||||
("rust-digest" ,rust-digest-0.10)
|
|
||||||
("rust-rand" ,rust-rand-0.8)
|
|
||||||
("rust-serde" ,rust-serde-1)
|
|
||||||
("rust-static-assertions" ,rust-static-assertions-1))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-serde-json" ,rust-serde-json-1))))
|
|
||||||
(home-page "https://github.com/shepmaster/twox-hash")
|
|
||||||
(synopsis "Rust implementation of the XXHash and XXH3 algorithms")
|
|
||||||
(description "This package provides a Rust implementation of the XXHash
|
|
||||||
and XXH3 algorithms.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-metrics-macros-0.2
|
(define-public rust-metrics-macros-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-metrics-macros")
|
(name "rust-metrics-macros")
|
||||||
|
@ -74865,6 +74836,35 @@ (define-public rust-twoway-0.1
|
||||||
(base32
|
(base32
|
||||||
"1lbf64snscr3vz71jbl6i2c8zr2ndsiqbk6316z39fj1a8mipcar"))))))
|
"1lbf64snscr3vz71jbl6i2c8zr2ndsiqbk6316z39fj1a8mipcar"))))))
|
||||||
|
|
||||||
|
(define-public rust-twox-hash-1
|
||||||
|
(package
|
||||||
|
(name "rust-twox-hash")
|
||||||
|
(version "1.6.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "twox-hash" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0xgn72j36a270l5ls1jk88n7bmq2dhlfkbhdh5554hbagjsydzlp"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||||
|
("rust-digest" ,rust-digest-0.8)
|
||||||
|
("rust-digest" ,rust-digest-0.9)
|
||||||
|
("rust-digest" ,rust-digest-0.10)
|
||||||
|
("rust-rand" ,rust-rand-0.8)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-static-assertions" ,rust-static-assertions-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-serde-json" ,rust-serde-json-1))))
|
||||||
|
(home-page "https://github.com/shepmaster/twox-hash")
|
||||||
|
(synopsis "Rust implementation of the XXHash and XXH3 algorithms")
|
||||||
|
(description "This package provides a Rust implementation of the XXHash
|
||||||
|
and XXH3 algorithms.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-typeable-0.1
|
(define-public rust-typeable-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-typeable")
|
(name "rust-typeable")
|
||||||
|
|
Loading…
Reference in a new issue