Archived
1
0
Fork 0

gnu: Remove rust-once-cell-0.1.

* gnu/packages/crates-io.scm (rust-once-cell-0.1): Delete variable.
This commit is contained in:
Efraim Flashner 2022-10-24 12:37:38 +03:00
parent 77359ddf0e
commit bf24ffc44d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -37344,26 +37344,6 @@ be assigned to at most once and provide direct access to the stored
contents.")
(license (list license:expat license:asl2.0))))
(define-public rust-once-cell-0.1
(package
(inherit rust-once-cell-1)
(name "rust-once-cell")
(version "0.1.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "once-cell" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0drcjs7si0hygc0v64y55hkxv9fpvlvrb3wl5374b2hnc6i2jb2k"))))
(arguments
`(#:cargo-inputs
(("rust-parking-lot" ,rust-parking-lot-0.7))
#:cargo-development-inputs
(("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6))))))
(define-public rust-oorandom-11.1
(package
(name "rust-oorandom")