mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
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:
parent
3848cf9027
commit
721565e2ca
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue