me
/
guix
Archived
1
0
Fork 0

gnu: rust-seahash-3.0: Remove minor version from variable name.

* gnu/packages/crates-io.scm (rust-seahash-3.0): Rename to rust-seahash-3.
master
Arun Isaac 2020-09-15 10:48:36 +05:30
parent 93922eecc9
commit 6594f744a9
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 4 additions and 4 deletions

View File

@ -8386,7 +8386,7 @@ library.")
(("rust-byteorder" ,rust-byteorder-1))
#:cargo-development-inputs
(("rust-fnv" ,rust-fnv-1)
("rust-seahash" ,rust-seahash-3.0))))
("rust-seahash" ,rust-seahash-3))))
(home-page "https://github.com/cbreeden/fxhash")
(synopsis "Hashing algorithm from hasher used in FireFox and Rustc")
(description
@ -9915,7 +9915,7 @@ Hash-based Message Authentication Code}.")
("rust-indexmap" ,rust-indexmap-1)
("rust-quickcheck" ,rust-quickcheck-0.9)
("rust-rand" ,rust-rand-0.7)
("rust-seahash" ,rust-seahash-3.0)
("rust-seahash" ,rust-seahash-3)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1))))
(home-page "https://github.com/hyperium/http")
@ -9946,7 +9946,7 @@ requests and responses.")
(("rust-indexmap" ,rust-indexmap-1)
("rust-quickcheck" ,rust-quickcheck-0.6)
("rust-rand" ,rust-rand-0.4)
("rust-seahash" ,rust-seahash-3.0)
("rust-seahash" ,rust-seahash-3)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1))))))
@ -21060,7 +21060,7 @@ Pwrite traits from the scroll crate.")
(("rust-cc" ,rust-cc-1))))))
(define-public rust-seahash-3.0
(define-public rust-seahash-3
(package
(name "rust-seahash")
(version "3.0.7")