mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-jetscii-0.5: Update to 0.5.3.
* gnu/packages/crates-io.scm (rust-jetscii-0.5): Update to 0.5.3. [cargo-development-inputs]: Replace rust-region-2 with 3. Change-Id: Iaa1ed5593f3021e82476b09cbe015d289852befe
This commit is contained in:
parent
fb033e1a83
commit
500e0556ff
1 changed files with 3 additions and 3 deletions
|
@ -39341,21 +39341,21 @@ (define-public rust-jemallocator-0.1
|
|||
(define-public rust-jetscii-0.5
|
||||
(package
|
||||
(name "rust-jetscii")
|
||||
(version "0.5.0")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "jetscii" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1x4z5ixlxv1wa70d3d6ad3n8qxz6z00i13zwnv219v45qcwybbnb"))))
|
||||
(base32 "0pppbawc1v6lshz6zi3d4bkz7xbalph9sd78a5299jd94kz45wa7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-memmap" ,rust-memmap-0.7)
|
||||
("rust-proptest" ,rust-proptest-1)
|
||||
("rust-region" ,rust-region-2))))
|
||||
("rust-region" ,rust-region-3))))
|
||||
(home-page "https://github.com/shepmaster/jetscii")
|
||||
(synopsis
|
||||
"Search strings and byte slices for sets of ASCII characters or bytes")
|
||||
|
|
Loading…
Reference in a new issue