gnu: rust-ungrammar-1: Update to 1.14.9.
* gnu/packages/crates-io.scm (rust-ungrammar-1): Update to 1.14.9. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
d93abc25df
commit
d3e14c7724
1 changed files with 2 additions and 2 deletions
|
@ -62392,7 +62392,7 @@ panic-free alternative to @code{core::fmt}.")
|
||||||
(define-public rust-ungrammar-1
|
(define-public rust-ungrammar-1
|
||||||
(package
|
(package
|
||||||
(name "rust-ungrammar")
|
(name "rust-ungrammar")
|
||||||
(version "1.13.0")
|
(version "1.14.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -62401,7 +62401,7 @@ panic-free alternative to @code{core::fmt}.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17wm4b5r3z5hqail6p609nii37y3j8dr4bxg8x0bkhkc2wa06xkn"))))
|
"1agx2hpp3sirknnx8j17mzcg222024s6vkx6s5v3s3l8zp15kgk6"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments `(#:skip-build? #t))
|
(arguments `(#:skip-build? #t))
|
||||||
(home-page
|
(home-page
|
||||||
|
|
Reference in a new issue