me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-rctree-0.3.

* gnu/packages/crates-io.scm (rust-rctree-0.3): Delete variable.
master
Efraim Flashner 2023-02-22 22:37:09 +02:00
parent 05d63784e7
commit bea7814509
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 14 deletions

View File

@ -48067,20 +48067,6 @@ Rust.")
reference counting.") reference counting.")
(license license:expat))) (license license:expat)))
(define-public rust-rctree-0.3
(package
(inherit rust-rctree-0.4)
(name "rust-rctree")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "rctree" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1a54z2b850albiqx9vw009p9xg363vqzh1ybkwb89zn8375jk7my"))))))
(define-public rust-rdrand-0.4 (define-public rust-rdrand-0.4
(package (package
(name "rust-rdrand") (name "rust-rdrand")