mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Remove rust-hashbrown-0.5.
* gnu/packages/crates-io.scm (rust-hashbrown-0.5): Delete variable. Change-Id: I4af919f44cbc71eb10a8371b9f15073df52c8ae9
This commit is contained in:
parent
2f4bcf3172
commit
f781153648
1 changed files with 0 additions and 29 deletions
|
@ -26782,35 +26782,6 @@ (define-public rust-hashbrown-0.6
|
|||
("rust-rustc-hash" ,rust-rustc-hash-1)
|
||||
("rust-serde-test" ,rust-serde-test-1))))))
|
||||
|
||||
(define-public rust-hashbrown-0.5
|
||||
(package
|
||||
(inherit rust-hashbrown-0.8)
|
||||
(name "rust-hashbrown")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "hashbrown" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lr3gsicplw7czapsscmii87hgzpvxf5ch92v7pi95xsipxl3pp1"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
|
||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
||||
("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-hashbrown-0.3
|
||||
(package
|
||||
(inherit rust-hashbrown-0.8)
|
||||
|
|
Loading…
Reference in a new issue