gnu: Remove rust-write-json-0.1.
* gnu/packages/crates-io.scm (rust-write-json-0.1): Delete variable. Change-Id: If0c6e5ef19f354e8db677b74239c1ebf541c727d
This commit is contained in:
parent
a1d7e868e2
commit
89cd66cef3
1 changed files with 0 additions and 24 deletions
|
@ -76399,30 +76399,6 @@ combinators library.")
|
||||||
("rust-memchr" ,rust-memchr-2)
|
("rust-memchr" ,rust-memchr-2)
|
||||||
("rust-terminal-size" ,rust-terminal-size-0.2))))))
|
("rust-terminal-size" ,rust-terminal-size-0.2))))))
|
||||||
|
|
||||||
(define-public rust-write-json-0.1
|
|
||||||
(package
|
|
||||||
(name "rust-write-json")
|
|
||||||
(version "0.1.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "write-json" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1qxr1xwwyf7rd270rvjlcssm515pikf0sg70wpiymz4miy29l1h6"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments `(#:skip-build? #t))
|
|
||||||
(home-page
|
|
||||||
"https://github.com/matklad/write-json")
|
|
||||||
(synopsis
|
|
||||||
"Simple {dependency,trait,macro}-less JSON serialization")
|
|
||||||
(description
|
|
||||||
"This package provides a simple {dependency,trait,macro}-less JSON
|
|
||||||
serialization.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-wycheproof-0.5
|
(define-public rust-wycheproof-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-wycheproof")
|
(name "rust-wycheproof")
|
||||||
|
|
Reference in a new issue