mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Remove rust-tempfile-2.
* gnu/packages/crates-io.scm (rust-tempfile-2): Delete variable.
This commit is contained in:
parent
5818fbcbbe
commit
0ab0ae1ca6
1 changed files with 0 additions and 22 deletions
|
@ -60650,28 +60650,6 @@ (define-public rust-tempfile-3
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-tempfile-2
|
||||
(package
|
||||
(inherit rust-tempfile-3)
|
||||
(name "rust-tempfile")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tempfile" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q61byf232rra0vqxp4qp10wwwqsqqd45qjj80ql5f34vgljzkhi"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-rand" ,rust-rand-0.3)
|
||||
("rust-redox-syscall" ,rust-redox-syscall-0.1)
|
||||
("rust-winapi" ,rust-winapi-0.2))))))
|
||||
|
||||
(define-public rust-temporary-0.6
|
||||
(package
|
||||
(name "rust-temporary")
|
||||
|
|
Loading…
Reference in a new issue