mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
527d259118
commit
7d83355c5d
1 changed files with 0 additions and 17 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue