gnu: rust-ungrammar-1: Apply 'guix style'.

* gnu/packages/crates-io.scm (rust-ungrammar-1): Reflow package
declaration using 'guix style'.

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

View file

@ -79786,22 +79786,19 @@ (define-public rust-ungrammar-1
(name "rust-ungrammar")
(version "1.14.9")
(source
(origin
(method url-fetch)
(uri (crate-uri "ungrammar" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1agx2hpp3sirknnx8j17mzcg222024s6vkx6s5v3s3l8zp15kgk6"))))
(origin
(method url-fetch)
(uri (crate-uri "ungrammar" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1agx2hpp3sirknnx8j17mzcg222024s6vkx6s5v3s3l8zp15kgk6"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page
"https://github.com/matklad/ungrammar")
(synopsis
"DSL for describing concrete syntax trees")
(arguments
`(#:skip-build? #t))
(home-page "https://github.com/matklad/ungrammar")
(synopsis "DSL for describing concrete syntax trees")
(description
"This package provides a DSL for describing concrete syntax trees.")
"This package provides a DSL for describing concrete syntax trees.")
(license (list license:expat license:asl2.0))))
(define-public rust-unidecode-0.3