me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-fixed-hash-0.2.

* gnu/packages/crates-io.scm (rust-fixed-hash-0.2): Delete variable.
master
Efraim Flashner 2023-02-22 22:37:14 +02:00
parent 8267eb3aa8
commit 2740a9a482
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 24 deletions

View File

@ -21785,30 +21785,6 @@ cross platform API.")
custom fixed-size hash types.")
(license (list license:expat license:asl2.0))))
(define-public rust-fixed-hash-0.2
(package
(inherit rust-fixed-hash-0.7)
(name "rust-fixed-hash")
(version "0.2.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "fixed-hash" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0wvj52bf37nhg6mv5h235zgdg7nsdarag58mf4i49cdgc3l6rzks"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-heapsize" ,rust-heapsize-0.4)
("rust-libc" ,rust-libc-0.2)
("rust-quickcheck" ,rust-quickcheck-0.6)
("rust-rand" ,rust-rand-0.4)
("rust-rustc-hex" ,rust-rustc-hex-2)
("rust-serde" ,rust-serde-1)
("rust-serde-derive" ,rust-serde-derive-1)
("rust-uint" ,rust-uint-0.4))))))
(define-public rust-fixedbitset-0.4
(package
(name "rust-fixedbitset")