gnu: Add rust-temporary-0.6.
* gnu/packages/crates-io.scm (rust-temporary-0.6): New variable. Change-Id: Iaa96bd997352094930c4dc680b1ac7e8d5081007
This commit is contained in:
parent
5131a37667
commit
c69e69a781
@ -75200,6 +75200,26 @@ directories.")
|
||||
"This package provides support for Linux-specific tempfile extensions.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-temporary-0.6
|
||||
(package
|
||||
(name "rust-temporary")
|
||||
(version "0.6.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "temporary" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1llj529jcbxxc5g76mdyqkysrpy9009n43k028kj1ywv7qqfvmxc"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-random" ,rust-random-0.12))))
|
||||
(home-page "https://github.com/stainless-steel/temporary")
|
||||
(synopsis "Manage temporary files and folders")
|
||||
(description
|
||||
"The package provides means of managing temporary files and folders.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-temptree-0.2
|
||||
(package
|
||||
(name "rust-temptree")
|
||||
|
Loading…
Reference in New Issue
Block a user