guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: img2pdf: Update to 0.4.2.


From: guix-commits
Subject: branch master updated: gnu: img2pdf: Update to 0.4.2.
Date: Tue, 12 Oct 2021 02:59:40 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 052ee0b  gnu: img2pdf: Update to 0.4.2.
052ee0b is described below

commit 052ee0b6f58bebfb62d9e92817709118b4d4d40d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 12 08:59:21 2021 +0200

    gnu: img2pdf: Update to 0.4.2.
    
    * gnu/packages/pdf.scm (img2pdf): Update to 0.4.2.
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index a5b5442..704093e 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1094,13 +1094,13 @@ the PDF pages.")
 (define-public img2pdf
   (package
     (name "img2pdf")
-    (version "0.4.1")
+    (version "0.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "img2pdf" version))
        (sha256
-        (base32 "0ljmxp7myxccfdy4kxpn4jzq35qs4pbmmmnih9vis8abm2f2589q"))))
+        (base32 "18kr8j31rrcfs3fiav552d23hv2lbv48ag5hpx9kw4fn0djmikxa"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-pikepdf" ,python-pikepdf)



reply via email to

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