1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +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 (package
(name "ruby-bibtex-ruby") (name "ruby-bibtex-ruby")
(version "6.0.0") (version "6.0.0")
(source (origin (source
(method url-fetch) (origin
(uri (rubygems-uri "bibtex-ruby" version)) (method url-fetch)
(sha256 (uri (rubygems-uri "bibtex-ruby" version))
(base32 (sha256
"0vynqa8q9hwghw6sdljr304b5gh11nqzy5nwqqwxmgy7pqyf7qw5")))) (base32 "0vynqa8q9hwghw6sdljr304b5gh11nqzy5nwqqwxmgy7pqyf7qw5"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(propagated-inputs (propagated-inputs (list ruby-latex-decode ruby-rdf ruby-rdf-vocab))
(list ruby-latex-decode (native-inputs (list ruby-cucumber ruby-minitest ruby-yard))
ruby-rdf
ruby-rdf-vocab))
(native-inputs
(list ruby-cucumber
ruby-minitest
ruby-yard))
(arguments (arguments
(list (list
#:phases #:phases