mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
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 @@ (define-public rust-winnow-0.4
|
|||
("rust-memchr" ,rust-memchr-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
|
||||
(package
|
||||
(name "rust-wycheproof")
|
||||
|
|
Loading…
Reference in a new issue