gnu: Remove rust-fragile-0.3.

* gnu/packages/crates-io.scm (rust-fragile-0.3): Delete variable.
This commit is contained in:
Efraim Flashner 2022-10-24 17:28:57 +03:00
parent 893e040cc3
commit 7bb75bcd96
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -21520,21 +21520,6 @@ syntax, as used by HTML forms.")
values to other threads.")
(license license:asl2.0)))
(define-public rust-fragile-0.3
(package
(inherit rust-fragile-1)
(name "rust-fragile")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "fragile" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1yf2hmkw52x2dva3c9km1x8c2z5kwby7qqn8kz5ms3gs480i9y05"))))))
(define-public rust-freetype-0.7
(package
(name "rust-freetype")