mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: rust-bytecount-0.6: Update to 0.6.3.
* gnu/packages/crates-io.scm (rust-bytecount-0.6): Update to 0.6.3. [cargo-development-inputs]: Replace rust-quickcheck-0.9 with 1, rust-rand-0.7 with 0.8.
This commit is contained in:
parent
283851db5d
commit
4d978ba576
1 changed files with 4 additions and 4 deletions
|
@ -9280,22 +9280,22 @@ (define-public rust-bytecheck-derive-0.5
|
||||||
(define-public rust-bytecount-0.6
|
(define-public rust-bytecount-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-bytecount")
|
(name "rust-bytecount")
|
||||||
(version "0.6.2")
|
(version "0.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "bytecount" version))
|
(uri (crate-uri "bytecount" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bklbbl5ml9ic18s9kn5iix1grrqc6sypz6hvfn8sjc6zhgv7zkj"))))
|
"173wsvyagflb7ic3hpvp1db6q3dsigr452inslnzmsb3ix3nlrrc"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-packed-simd-2" ,rust-packed-simd-2-0.3))
|
(("rust-packed-simd-2" ,rust-packed-simd-2-0.3))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-criterion" ,rust-criterion-0.3)
|
(("rust-criterion" ,rust-criterion-0.3)
|
||||||
("rust-quickcheck" ,rust-quickcheck-0.9)
|
("rust-quickcheck" ,rust-quickcheck-1)
|
||||||
("rust-rand" ,rust-rand-0.7))))
|
("rust-rand" ,rust-rand-0.8))))
|
||||||
(home-page "https://github.com/llogiq/bytecount")
|
(home-page "https://github.com/llogiq/bytecount")
|
||||||
(synopsis "Count occurrences of a given byte")
|
(synopsis "Count occurrences of a given byte")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue