gnu: rust-defmac-0.2: Update to 0.2.1.

* gnu/packages/crates-io.scm (rust-defmac-0.2): Update to 0.2.1.
This commit is contained in:
Efraim Flashner 2020-01-14 13:01:38 +02:00
parent 3e164728a0
commit 54e3029f53
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2028,7 +2028,7 @@ (define-public rust-data-encoding-2.1
(define-public rust-defmac-0.2
(package
(name "rust-defmac")
(version "0.2.0")
(version "0.2.1")
(source
(origin
(method url-fetch)
@ -2036,7 +2036,7 @@ (define-public rust-defmac-0.2
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"01ff3jdmcc5waffkwllndnx5hsn414r7x1rq4ib73n7awsyzxkxv"))))
"14cqfvc0f1pkd6gdhjxa2wv3iibqprc0n203ims8lvg96752ynfm"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/bluss/defmac")