me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-write-json-0.1.

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

Change-Id: If0c6e5ef19f354e8db677b74239c1ebf541c727d
master
Efraim Flashner 2024-01-22 22:29:41 +02:00
parent a1d7e868e2
commit 89cd66cef3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 24 deletions

View File

@ -76399,30 +76399,6 @@ combinators library.")
("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")