gnu: Add rust-data-encoding-macro-internal-0.1.
* gnu/packages/crates-io.scm (rust-data-encoding-macro-internal-0.1): New variable. Change-Id: I6e1247c2d65e2b9bc44ca975b958a6a6ab44edf3
This commit is contained in:
parent
d5049863f1
commit
3338f6be69
1 changed files with 21 additions and 0 deletions
|
@ -19195,6 +19195,27 @@ for Rust.")
|
||||||
hexadecimal, base32, and base64.")
|
hexadecimal, base32, and base64.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-data-encoding-macro-internal-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-data-encoding-macro-internal")
|
||||||
|
(version "0.1.12")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "data-encoding-macro-internal" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1wvn4p7wzr6p8fy8q9qpzgbvb9j1k3b5016867b7vcc95izx0iq0"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-data-encoding" ,rust-data-encoding-2)
|
||||||
|
("rust-syn" ,rust-syn-1))))
|
||||||
|
(home-page "https://github.com/ia0/data-encoding")
|
||||||
|
(synopsis "Internal library for data-encoding-macro")
|
||||||
|
(description
|
||||||
|
"This package provides an internal library for data-encoding-macro.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-data-url-0.3
|
(define-public rust-data-url-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-data-url")
|
(name "rust-data-url")
|
||||||
|
|
Reference in a new issue