me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-chalk-derive-0.68.

* gnu/packages/crates-io.scm (rust-chalk-derive-0.68): Delete variable.
master
Efraim Flashner 2022-12-04 21:33:27 +02:00
parent a26701cb90
commit c6c78cb6c2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 23 deletions

View File

@ -9955,29 +9955,6 @@ reduced-round ChaCha8Poly1305 and ChaCha12Poly1305 lightweight variants.")
macros.")
(license (list license:asl2.0 license:expat))))
(define-public rust-chalk-derive-0.68
(package
(inherit rust-chalk-derive-0.75)
(name "rust-chalk-derive")
(version "0.68.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "chalk-derive" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0ss18zx2ddp50mvbwffs5jmmcs7a0pkiq1g62xa7z1bacvkm45ga"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1)
("rust-synstructure" ,rust-synstructure-0.12))))))
(define-public rust-chalk-ir-0.75
(package
(name "rust-chalk-ir")