me
/
guix
Archived
1
0
Fork 0

gnu: rust-stdweb-internal-test-macro-0.1: Update to 0.1.1.

* gnu/packages/crates-io.scm (rust-stdweb-internal-test-macro): Update
to 0.1.1.
[arguments]: Add rust-proc-macro2-1.0, rust-quote-1.0 to cargo-inputs.
[properties]: Remove field.
master
Efraim Flashner 2020-02-11 18:26:04 +02:00
parent 59e84ce34b
commit 7f9e0380eb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 3 deletions

View File

@ -11901,7 +11901,7 @@ crate.")
(define-public rust-stdweb-internal-test-macro-0.1
(package
(name "rust-stdweb-internal-test-macro")
(version "0.1.0")
(version "0.1.1")
(source
(origin
(method url-fetch)
@ -11909,13 +11909,16 @@ crate.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"12rrm7p77xnm3xacgn3rgniiyyjb4gq7902wpbljsvbx045z69l2"))))
"0wx3jlm98qrg1pdw149fprzs9x3x3igqkm5ll23jv2v62yddfrjf"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1.0)
("rust-quote" ,rust-quote-1.0))))
(home-page "https://github.com/koute/stdweb")
(synopsis "Internal crate of the `stdweb` crate")
(description
"Internal crate of the @code{stdweb} crate.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))