mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Remove rust-hashbrown-0.1.
* gnu/packages/crates-io.scm (rust-hashbrown-0.1): Delete variable. Change-Id: I874109d57ccaa43ee1dcea91c876f0a8be80b973
This commit is contained in:
parent
ba21c3197a
commit
4bf49b0d74
1 changed files with 0 additions and 33 deletions
|
@ -27885,39 +27885,6 @@ (define-public rust-hashbrown-0.3
|
||||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
||||||
("rust-serde" ,rust-serde-1))))))
|
("rust-serde" ,rust-serde-1))))))
|
||||||
|
|
||||||
(define-public rust-hashbrown-0.1
|
|
||||||
(package
|
|
||||||
(inherit rust-hashbrown-0.5)
|
|
||||||
(name "rust-hashbrown")
|
|
||||||
(version "0.1.8")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "hashbrown" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1np350nrzysy021ndn2135q5vpzrp5nli78ywz114d1vcnv2kbiv"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
(substitute* "Cargo.toml"
|
|
||||||
(("~1.2") "1.2"))
|
|
||||||
#t))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-byteorder" ,rust-byteorder-1)
|
|
||||||
("rust-rayon" ,rust-rayon-1)
|
|
||||||
("rust-scopeguard" ,rust-scopeguard-0.3)
|
|
||||||
("rust-serde" ,rust-serde-1))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
|
||||||
("rust-rand" ,rust-rand-0.5)
|
|
||||||
("rust-rayon" ,rust-rayon-1)
|
|
||||||
("rust-rustc-hash" ,rust-rustc-hash-1)
|
|
||||||
("rust-serde-test" ,rust-serde-test-1))))))
|
|
||||||
|
|
||||||
(define-public rust-hashlink-0.8
|
(define-public rust-hashlink-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-hashlink")
|
(name "rust-hashlink")
|
||||||
|
|
Loading…
Reference in a new issue