gnu: python-pystitcher: Improve style.

* gnu/packages/python-xyz.scm (python-pysticher): Run guix style.

Change-Id: I217d2a57ff726405dffade69ef34ae43ca956a68
This commit is contained in:
Vinicius Monego 2025-07-30 19:25:21 -03:00
parent 524ce500c0
commit c23d29f9b8
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -8037,19 +8037,18 @@ logic-free templating system Mustache.")
(source
(origin
(method git-fetch)
(uri
(git-reference
(url "https://github.com/captn3m0/pystitcher")
(commit
(string-append "v" version))))
(file-name
(git-file-name name version))
(uri (git-reference
(url "https://github.com/captn3m0/pystitcher")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "03yrzqhcsjdj5zprrk3bh5bbyqfy3vfhxra9974vmkir3m121394"))))
(build-system python-build-system)
(inputs
(list python-html5lib python-importlib-metadata python-markdown
python-pypdf3 python-validators))
(inputs (list python-html5lib
python-importlib-metadata
python-markdown
python-pypdf3
python-validators))
(home-page "https://github.com/captn3m0/pystitcher")
(synopsis "Declaratively stitch together a PDF file from multiple sources")
(description