me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-uu-mktemp-0.0.23.

* gnu/packages/crates-io.scm (rust-uu-mktemp-0.0.23): New variable.

Change-Id: I22f5d94d5aba01c460bef4a844f80e3e656b5df5
master
Efraim Flashner 2024-03-31 14:41:09 +03:00
parent 8181d66d03
commit a8e0fe9ddb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 22 additions and 0 deletions

View File

@ -85045,6 +85045,28 @@ first byte.")
(base32
"0zamsj2986shm4x9zncjf2m5qy9scaw7qnxw4f89b2afpg6a8wl7"))))))
(define-public rust-uu-mktemp-0.0.23
(package
(name "rust-uu-mktemp")
(version "0.0.23")
(source
(origin
(method url-fetch)
(uri (crate-uri "uu_mktemp" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1jrik3nawxcxxqbhlzjl9sb8xwwxmmb5lm7rkdi61hcyilh32i8m"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-clap" ,rust-clap-4)
("rust-rand" ,rust-rand-0.8)
("rust-tempfile" ,rust-tempfile-3)
("rust-uucore" ,rust-uucore-0.0.25))))
(home-page "https://github.com/uutils/coreutils")
(synopsis "mktemp ~ (uutils) create and display a temporary file or directory")
(description "This package provides the @code{mktemp} command from uutils.")
(license license:expat)))
(define-public rust-uu-mv-0.0.23
(package
(name "rust-uu-mv")