guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: pdfposter: Update to 0.8.1.


From: guix-commits
Subject: branch master updated: gnu: pdfposter: Update to 0.8.1.
Date: Sat, 05 Nov 2022 05:19:51 -0400

This is an automated email from the git hooks/post-receive script.

htgoebel pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 040006d81c gnu: pdfposter: Update to 0.8.1.
040006d81c is described below

commit 040006d81c20c68d4291a7e5d82517691756c4c1
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Sat Nov 5 10:16:10 2022 +0100

    gnu: pdfposter: Update to 0.8.1.
    
    * gnu/packages/pdf.scm (pdfposter): Update to 0.8.1.
      [inputs]: Move python-pypdf2 to … [propagated-inputs]: _ here.
---
 gnu/packages/pdf.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 070dc59ac0..cde8937adb 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1321,17 +1321,17 @@ PDF Arranger was formerly known as PDF-Shuffler.")
 (define-public pdfposter
   (package
     (name "pdfposter")
-    (version "0.7.post1")
+    (version "0.8.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pdftools.pdfposter" version))
               (sha256
                (base32
-                "0c1avpbr9q53yzq5ar2x485rmp9d0l3z27aham32bg7gplzd7w0j"))))
+                "0bf5dlgjvh8xmq2ssfc1jw28l7bhgk5r6lhrflw6n0aa0lg6sqf9"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))  ; test-suite not included in source archive
-    (inputs
+    (propagated-inputs
      (list python-pypdf2))
     (home-page "https://pythonhosted.org/pdftools.pdfposter/";)
     (synopsis "Scale and tile PDF images/pages to print on multiple pages")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]