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:
Ricardo Wurmus 2022-11-05 23:14:32 +01:00
parent 69a759854d
commit f731f2f61f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1321,17 +1321,17 @@ (define-public pdfarranger
(define-public pdfposter (define-public pdfposter
(package (package
(name "pdfposter") (name "pdfposter")
(version "0.8.1") (version "0.7.post1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pdftools.pdfposter" version)) (uri (pypi-uri "pdftools.pdfposter" version))
(sha256 (sha256
(base32 (base32
"0bf5dlgjvh8xmq2ssfc1jw28l7bhgk5r6lhrflw6n0aa0lg6sqf9")))) "0c1avpbr9q53yzq5ar2x485rmp9d0l3z27aham32bg7gplzd7w0j"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f)) ; test-suite not included in source archive `(#:tests? #f)) ; test-suite not included in source archive
(propagated-inputs (inputs
(list python-pypdf2)) (list python-pypdf2))
(home-page "https://pythonhosted.org/pdftools.pdfposter/") (home-page "https://pythonhosted.org/pdftools.pdfposter/")
(synopsis "Scale and tile PDF images/pages to print on multiple pages") (synopsis "Scale and tile PDF images/pages to print on multiple pages")