gnu: rust-ungrammar-1: Update to 1.16.1.

* gnu/packages/crates-io.scm (rust-ungrammar-1): Update to 1.16.1.
[arguments]: Don't skip the build.

Change-Id: I7b8b0723939a56a5f04426ca77492e18a55cbfe6
This commit is contained in:
Efraim Flashner 2023-12-27 14:27:04 +02:00
parent 0a63b6bc50
commit c630294c67
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -79784,17 +79784,15 @@ arithmetic.")
(define-public rust-ungrammar-1
(package
(name "rust-ungrammar")
(version "1.14.9")
(version "1.16.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "ungrammar" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1agx2hpp3sirknnx8j17mzcg222024s6vkx6s5v3s3l8zp15kgk6"))))
(base32 "13ynrv658ikr4lqi3lk1xbcrr1d1qsjnrb8acwfyrwqbgwsdzrd3"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t))
(home-page "https://github.com/matklad/ungrammar")
(synopsis "DSL for describing concrete syntax trees")
(description