mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Remove rust-tempfile-fast-0.3.
* gnu/packages/crates-io.scm (rust-tempfile-fast-0.3): Delete variable. Change-Id: Ic3b784eade331b91275422cf09c8ce43ee81860b
This commit is contained in:
parent
93bbc69e84
commit
d1bcdfd441
1 changed files with 0 additions and 23 deletions
|
@ -78729,29 +78729,6 @@ (define-public rust-tempfile-3
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-tempfile-fast-0.3
|
||||
(package
|
||||
(name "rust-tempfile-fast")
|
||||
(version "0.3.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tempfile-fast" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xksx1l1019k9q0az9mhqsgb14w0vm88yax30iq6178s3d9yhjx7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-rand" ,rust-rand-0.8)
|
||||
("rust-tempfile" ,rust-tempfile-3))))
|
||||
(home-page "https://github.com/FauxFaux/tempfile-fast-rs")
|
||||
(synopsis "Support for Linux-specific tempfile extensions")
|
||||
(description
|
||||
"This package provides support for Linux-specific tempfile extensions.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-temporary-0.6
|
||||
(package
|
||||
(name "rust-temporary")
|
||||
|
|
Loading…
Reference in a new issue