gnu: Remove rust-gjson-0.8.

* gnu/packages/crates-io.scm (rust-gjson-0.8): Delete variable.

Change-Id: I6ceb78a292e99e9b384795ca5343b2235bb6b4cc
This commit is contained in:
Efraim Flashner 2024-12-31 19:38:17 +02:00
parent 527d259118
commit 7d83355c5d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -29630,23 +29630,6 @@ (define-public rust-gimli-0.31
debugging format.")
(license (list license:expat license:asl2.0))))
(define-public rust-gjson-0.8
(package
(name "rust-gjson")
(version "0.8.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "gjson" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1dlp19c42f3qlzckxqwvc6svhfc3hdpg7x95cl5d6k9rfv0kql23"))))
(build-system cargo-build-system)
(home-page "https://github.com/tidwall/gjson.rs")
(synopsis "JSON parser for Rust")
(description "Gjson is a JSON parser for Rust.")
(license license:expat)))
(define-public rust-glam-0.24
(package
(name "rust-glam")