1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: ruby-bibtex-ruby: Improve style.

* gnu/packages/ruby-xyz.scm (ruby-bibtex-ruby): Run guix style.
This commit is contained in:
Nicolas Graves 2025-06-18 16:27:40 +02:00 committed by Andreas Enge
parent 49eccddc98
commit 9d59aeead6
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -16280,21 +16280,15 @@ markdown syntax document and passes the Markdown 1.0 test suite.")
(package
(name "ruby-bibtex-ruby")
(version "6.0.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "bibtex-ruby" version))
(sha256
(base32
"0vynqa8q9hwghw6sdljr304b5gh11nqzy5nwqqwxmgy7pqyf7qw5"))))
(source
(origin
(method url-fetch)
(uri (rubygems-uri "bibtex-ruby" version))
(sha256
(base32 "0vynqa8q9hwghw6sdljr304b5gh11nqzy5nwqqwxmgy7pqyf7qw5"))))
(build-system ruby-build-system)
(propagated-inputs
(list ruby-latex-decode
ruby-rdf
ruby-rdf-vocab))
(native-inputs
(list ruby-cucumber
ruby-minitest
ruby-yard))
(propagated-inputs (list ruby-latex-decode ruby-rdf ruby-rdf-vocab))
(native-inputs (list ruby-cucumber ruby-minitest ruby-yard))
(arguments
(list
#:phases