mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
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:
parent
0a63b6bc50
commit
c630294c67
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue