diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-11-28 00:38:25 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-11-28 00:38:25 +0100 |
commit | 0897ad7fac04fc9d814e83eed46e88c7bf9740bc (patch) | |
tree | 9bccfdb52de4c468778ceaabe337c0539c302a30 /gnu/packages/pdf.scm | |
parent | 6d460e80d1b06fc094374e7ba5c2503f2a897f11 (diff) | |
parent | 9943d238e9f07dccae973b641eb7738637ce95fb (diff) | |
download | patches-0897ad7fac04fc9d814e83eed46e88c7bf9740bc.tar patches-0897ad7fac04fc9d814e83eed46e88c7bf9740bc.tar.gz |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index a7ef21ea4b..ebe0168ff2 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -1027,20 +1027,18 @@ PDF Arranger was formerly known as PDF-Shuffler.") (define-public pdfposter (package (name "pdfposter") - (version "0.6.0") + (version "0.7.post1") (source (origin (method url-fetch) - (uri (pypi-uri "pdftools.pdfposter" version ".tar.bz2")) + (uri (pypi-uri "pdftools.pdfposter" version)) (sha256 (base32 - "1i9jqawf279va089ykicglcq4zlsnwgcnsdzaa8vnm836lqhywma")))) + "0c1avpbr9q53yzq5ar2x485rmp9d0l3z27aham32bg7gplzd7w0j")))) (build-system python-build-system) (arguments - `(#:tests? #f ; no test suite, only for visual control - #:python ,python-2)) + `(#:tests? #f)) ; test-suite not included in source archive (inputs - ;; pdfposter 0.6.0 still uses the old pyPdf - `(("python2-pypdf" ,python2-pypdf))) + `(("python-pypdf2" ,python-pypdf2))) (home-page "https://pythonhosted.org/pdftools.pdfposter/") (synopsis "Scale and tile PDF images/pages to print on multiple pages") (description "@command{pdfposter} can be used to create a large poster by |