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:
Efraim Flashner 2024-12-24 22:32:06 +02:00
parent fb033e1a83
commit 500e0556ff
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")