mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: Remove rust-gjson-0.7.
* gnu/packages/crates-io.scm (rust-gjson-0.7): Delete variable.
This commit is contained in:
parent
575a219dd9
commit
0e63922500
1 changed files with 0 additions and 14 deletions
|
@ -25950,20 +25950,6 @@ (define-public rust-gjson-0.8
|
||||||
(description "Gjson is a JSON parser for Rust.")
|
(description "Gjson is a JSON parser for Rust.")
|
||||||
(license license:expat)))
|
(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
|
(define-public rust-glam-0.17
|
||||||
(package
|
(package
|
||||||
(name "rust-glam")
|
(name "rust-glam")
|
||||||
|
|
Loading…
Reference in a new issue