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:
Efraim Flashner 2024-03-31 14:39:38 +03:00
parent 6592914739
commit 94f9f51fc4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -85045,6 +85045,27 @@ first byte.")
(base32
"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
(package
(name "rust-uuhelp-parser")