mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Remove rust-arc-swap-0.3.
* gnu/packages/crates-io.scm (rust-arc-swap-0.3): Remove variable.
This commit is contained in:
parent
7bb8e47926
commit
8d26b41290
1 changed files with 0 additions and 27 deletions
|
@ -648,33 +648,6 @@ (define-public rust-arc-swap-0.4
|
|||
(description "This package provides an atomically swappable Arc.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-arc-swap-0.3
|
||||
(package
|
||||
(inherit rust-arc-swap-0.4)
|
||||
(name "rust-arc-swap")
|
||||
(version "0.3.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "arc-swap" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ha8724dpki985v52ifq5sd98xvpa5q51hyma52di75dbqbn4imw"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-development-inputs
|
||||
(("rust-crossbeam" ,rust-crossbeam-0.7)
|
||||
("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
|
||||
("rust-itertools" ,rust-itertools-0.8)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-model" ,rust-model-0.1)
|
||||
("rust-num-cpus" ,rust-num-cpus-1.10)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.8)
|
||||
("rust-proptest" ,rust-proptest-0.9)
|
||||
("rust-version-sync" ,rust-version-sync-0.8))))))
|
||||
|
||||
(define-public rust-arg-enum-proc-macro-0.3
|
||||
(package
|
||||
(name "rust-arg-enum-proc-macro")
|
||||
|
|
Loading…
Reference in a new issue