mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: Remove rust-uint-0.4.
* gnu/packages/crates-io.scm (rust-uint-0.4): Delete variable.
This commit is contained in:
parent
0d2950d2fe
commit
006c56d85e
1 changed files with 0 additions and 24 deletions
|
@ -67217,30 +67217,6 @@ (define-public rust-uint-0.9
|
|||
arithmetic.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-uint-0.4
|
||||
(package
|
||||
(inherit rust-uint-0.9)
|
||||
(name "rust-uint")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "uint" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0il6x59h605mmm10qxig066khxaygqcyb60pqja1n5mr68bs2jvm"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; The tests fail. Due to rustc version?
|
||||
#:cargo-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-crunchy" ,rust-crunchy-0.1)
|
||||
("rust-heapsize" ,rust-heapsize-0.4)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.6)
|
||||
("rust-rustc-hex" ,rust-rustc-hex-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-quickcheck" ,rust-quickcheck-0.6)
|
||||
("rust-rustc-hex" ,rust-rustc-hex-2))))))
|
||||
|
||||
(define-public rust-umask-1
|
||||
(package
|
||||
(name "rust-umask")
|
||||
|
|
Loading…
Reference in a new issue