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
parent
3e164728a0
commit
54e3029f53
|
@ -2028,7 +2028,7 @@ hexadecimal, base32, and base64.")
|
||||||
(define-public rust-defmac-0.2
|
(define-public rust-defmac-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-defmac")
|
(name "rust-defmac")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2036,7 +2036,7 @@ hexadecimal, base32, and base64.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01ff3jdmcc5waffkwllndnx5hsn414r7x1rq4ib73n7awsyzxkxv"))))
|
"14cqfvc0f1pkd6gdhjxa2wv3iibqprc0n203ims8lvg96752ynfm"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments '(#:skip-build? #t))
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/bluss/defmac")
|
(home-page "https://github.com/bluss/defmac")
|
||||||
|
|
Reference in New Issue