gnu: Remove rust-json-0.11.

* gnu/packages/crates-io.scm (rust-json-0.11): Delete variable.

Change-Id: Ifeb365a672714e2b80d0651e94d0f31c0486bc25
This commit is contained in:
Efraim Flashner 2024-01-22 22:05:57 +02:00
parent 942b274f76
commit bd15b71101
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -31322,21 +31322,6 @@ wasm-bindgen crate.")
friction with idiomatic Rust structs to ease interopability.")
(license (list license:expat license:asl2.0))))
(define-public rust-json-0.11
(package
(inherit rust-json-0.12)
(name "rust-json")
(version "0.11.15")
(source
(origin
(method url-fetch)
(uri (crate-uri "json" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1rg9jxf6bpbwis3ixd5ak8rp37him7n4z8awz4ssrxl6hyplbhlj"))))
(arguments '(#:skip-build? #t))))
(define-public rust-juliex-0.3
(package
(name "rust-juliex")