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:
Efraim Flashner 2025-01-05 17:10:45 +02:00
parent 93bbc69e84
commit d1bcdfd441
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")