gnu: Remove rust-gjson-0.7.

* gnu/packages/crates-io.scm (rust-gjson-0.7): Delete variable.
This commit is contained in:
Efraim Flashner 2022-10-18 22:31:34 +03:00
parent 575a219dd9
commit 0e63922500
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -25950,20 +25950,6 @@ (define-public rust-gjson-0.8
(description "Gjson is a JSON parser for Rust.")
(license license:expat)))
(define-public rust-gjson-0.7
(package
(inherit rust-gjson-0.8)
(name "rust-gjson")
(version "0.7.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "gjson" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0vhary4ha77scriaw6r4nv16ha9pfzirm84sjc240csqwb542p10"))))
(arguments `(#:skip-build? #t))))
(define-public rust-glam-0.17
(package
(name "rust-glam")