me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-uint-0.4.

* gnu/packages/crates-io.scm (rust-uint-0.4): Delete variable.
master
Efraim Flashner 2023-02-22 22:37:06 +02:00
parent 0d2950d2fe
commit 006c56d85e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 24 deletions

View File

@ -67217,30 +67217,6 @@ panic-free alternative to @code{core::fmt}.")
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")