me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-slab-0.3.

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

View File

@ -56159,20 +56159,6 @@ designed for @code{immutable.rs}.")
data type.")
(license license:expat)))
(define-public rust-slab-0.3
(package
(inherit rust-slab-0.4)
(name "rust-slab")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "slab" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "08xw8w61zdfn1094qkq1d554vh5wmm9bqdys8gqqxc4sv2pgrd0p"))))
(arguments `(#:skip-build? #t))))
(define-public rust-pathfinder-geometry-0.5
(package
(name "rust-pathfinder-geometry")