mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
Revert "gnu: pdfposter: Update to 0.8.1."
This reverts commit 040006d81c
.
The upgrade broke pdfposter, which would require a more recent version of
pypdf2.
This commit is contained in:
parent
69a759854d
commit
f731f2f61f
1 changed files with 3 additions and 3 deletions
|
@ -1321,17 +1321,17 @@ (define-public pdfarranger
|
|||
(define-public pdfposter
|
||||
(package
|
||||
(name "pdfposter")
|
||||
(version "0.8.1")
|
||||
(version "0.7.post1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pdftools.pdfposter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bf5dlgjvh8xmq2ssfc1jw28l7bhgk5r6lhrflw6n0aa0lg6sqf9"))))
|
||||
"0c1avpbr9q53yzq5ar2x485rmp9d0l3z27aham32bg7gplzd7w0j"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; test-suite not included in source archive
|
||||
(propagated-inputs
|
||||
(inputs
|
||||
(list python-pypdf2))
|
||||
(home-page "https://pythonhosted.org/pdftools.pdfposter/")
|
||||
(synopsis "Scale and tile PDF images/pages to print on multiple pages")
|
||||
|
|
Loading…
Reference in a new issue