gnu: Remove rust-temporary-0.6.

* gnu/packages/crates-io.scm (rust-temporary-0.6): Delete variable.
This commit is contained in:
Efraim Flashner 2022-10-18 23:02:21 +03:00
parent af3043d540
commit ce618da813
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -60522,28 +60522,6 @@ directories.")
(license (list license:asl2.0
license:expat))))
(define-public rust-temporary-0.6
(package
(name "rust-temporary")
(version "0.6.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "temporary" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1z0vg6yb54xlb5aapdwga57s5xbcvgzw2n21m2zv7flx8b4dsd5n"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-random" ,rust-random-0.12))))
(home-page "https://github.com/stainless-steel/temporary")
(synopsis "Temporary files and directories")
(description
"The package provides means of managing temporary files and directories.")
(license (list license:asl2.0 license:expat))))
(define-public rust-tendril-0.4
(package
(name "rust-tendril")