gnu: Add rust-uucore-procs-0.0.25.
* gnu/packages/crates-io.scm (rust-uucore-procs-0.0.25): New variable. Change-Id: Ia8c71566a227bf3229d249fc049f2a72bff57316
This commit is contained in:
parent
6592914739
commit
94f9f51fc4
1 changed files with 21 additions and 0 deletions
|
@ -85045,6 +85045,27 @@ first byte.")
|
||||||
(base32
|
(base32
|
||||||
"0zamsj2986shm4x9zncjf2m5qy9scaw7qnxw4f89b2afpg6a8wl7"))))))
|
"0zamsj2986shm4x9zncjf2m5qy9scaw7qnxw4f89b2afpg6a8wl7"))))))
|
||||||
|
|
||||||
|
(define-public rust-uucore-procs-0.0.25
|
||||||
|
(package
|
||||||
|
(name "rust-uucore-procs")
|
||||||
|
(version "0.0.25")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "uucore_procs" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "02bkjwh4fp1cc8cmp6jqda8f48kpav9iqss424cb2lrfhfa1bxgp"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-uuhelp-parser" ,rust-uuhelp-parser-0.0.25))))
|
||||||
|
(home-page "https://github.com/uutils/coreutils")
|
||||||
|
(synopsis "uutils ~ 'uucore' proc-macros")
|
||||||
|
(description "This package provides the uucore proc-macros.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-uuhelp-parser-0.0.25
|
(define-public rust-uuhelp-parser-0.0.25
|
||||||
(package
|
(package
|
||||||
(name "rust-uuhelp-parser")
|
(name "rust-uuhelp-parser")
|
||||||
|
|
Reference in a new issue