me
/
guix
Archived
1
0
Fork 0

gnu: rust-quote-0.6: Update to 0.6.13.

* gnu/packages/crates-io.scm (rust-quote-0.6): Update to 0.6.13.
[arguments]: Add rust-proc-macro2-0.4 to cargo-inputs.
master
Efraim Flashner 2020-02-07 16:07:36 +02:00
parent 72b94ebf1c
commit 6e32296e8a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 2 deletions

View File

@ -8682,7 +8682,7 @@ to write.")
(package (package
(inherit rust-quote-1.0) (inherit rust-quote-1.0)
(name "rust-quote") (name "rust-quote")
(version "0.6.12") (version "0.6.13")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -8690,7 +8690,9 @@ to write.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1nw0klza45hf127kfyrpxsxd5jw2l6h21qxalil3hkr7bnf7kx7s")))))) "1qgqq48jymp5h4y082aanf25hrw6bpb678xh3zw993qfhxmkpqkc"))))
(arguments
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-0.4))))))
(define-public rust-rand-0.7 (define-public rust-rand-0.7
(package (package