me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-sval-derive-0.5.

* gnu/packages/crates-io.scm (rust-sval-derive-0.5): Delete variable.
Efraim Flashner 2022-10-24 13:40:59 +03:00
parent e2a8393283
commit 115ac422e9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 18 deletions

View File

@ -56295,24 +56295,6 @@ values without proliferating generics.")
(description "This package provides custom derive for @code{sval}.")
(license (list license:asl2.0 license:expat))))
(define-public rust-sval-derive-0.5
(package
(inherit rust-sval-derive-1)
(name "rust-sval-derive")
(version "0.5.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "sval_derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1spip2cjhmjazq2dns69909p9hyx4cmbx6ma4g2skwvcwv4h3gnq"))))
(arguments
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))))
(define-public rust-swayipc-2
(package
(name "rust-swayipc")