mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Remove rust-bytecount-0.4.
* gnu/packages/crates-io.scm (rust-bytecount-0.4): Delete variable. Change-Id: I54c0bb0d58ff170eff3b52453c0ac48732f2cf9f
This commit is contained in:
parent
b90c4c5605
commit
8b7a4bb689
1 changed files with 0 additions and 22 deletions
|
@ -7931,28 +7931,6 @@ (define-public rust-bytecount-0.5
|
|||
("rust-quickcheck" ,rust-quickcheck-0.8)
|
||||
("rust-rand" ,rust-rand-0.6))))))
|
||||
|
||||
(define-public rust-bytecount-0.4
|
||||
(package
|
||||
(inherit rust-bytecount-0.5)
|
||||
(name "rust-bytecount")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bytecount" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13qpy38z5wx0rzcdvr2h0ixbfgi1dbrif068il3hwn3k2mah88mr"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-packed-simd" ,rust-packed-simd-0.3))
|
||||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.2)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.6)
|
||||
("rust-rand" ,rust-rand-0.4))))))
|
||||
|
||||
(define-public rust-bytelines-2
|
||||
(package
|
||||
(name "rust-bytelines")
|
||||
|
|
Loading…
Reference in a new issue