me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-defmac-0.2): Update to 0.2.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2028,7 +2028,7 @@ hexadecimal, base32, and base64.")
(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 @@ hexadecimal, base32, and base64.")
(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")