mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Remove rust-fixed-hash-0.2.
* gnu/packages/crates-io.scm (rust-fixed-hash-0.2): Delete variable.
This commit is contained in:
parent
8267eb3aa8
commit
2740a9a482
1 changed files with 0 additions and 24 deletions
|
@ -21785,30 +21785,6 @@ (define-public rust-fixed-hash-0.7
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue