gnu: rust-ascii-1: Update to 1.1.0.

* gnu/packages/crates-io.scm (rust-ascii-1): Update to 1.1.0.

Change-Id: I88723fa4cd883ace5da839e2582cd2304440ac8b
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Wilko Meyer 2024-01-08 02:51:44 +01:00 committed by Efraim Flashner
parent 3848cf9027
commit 721565e2ca
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3588,7 +3588,7 @@ (define-public rust-as-slice-0.1
(define-public rust-ascii-1
(package
(name "rust-ascii")
(version "1.0.0")
(version "1.1.0")
(source
(origin
(method url-fetch)
@ -3596,8 +3596,7 @@ (define-public rust-ascii-1
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0281gc828q4j692gb66jfdr5k16gyszgqflylh0pp30rllv63xdv"))))
(base32 "05nyyp39x4wzc1959kv7ckwqpkdzjd9dw4slzyjh73qbhjcfqayr"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t