gnu: Add rust-defmac-0.1.

* gnu/packages/crates-io.scm (rust-defmac-0.1): New variable.
master
Efraim Flashner 2019-08-28 15:46:43 +03:00
parent d68d00298d
commit b59a64606f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 14 additions and 0 deletions

View File

@ -259,6 +259,20 @@ hexadecimal, bas32, and base64.")
(license (list license:asl2.0
license:expat))))
(define-public rust-defmac-0.1
(package
(inherit rust-defmac)
(name "rust-defmac")
(version "0.1.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "defmac" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"17giv0n0n1r64z0dahfvkjy3ys517jxyhs8sd9lmgvcljpjyryxa"))))))
(define-public rust-discard
(package
(name "rust-discard")