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.1.


From: guix-commits
Subject: branch master updated: gnu: img2pdf: Update to 0.4.1.
Date: Sun, 09 May 2021 15:53:56 -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 0623de0  gnu: img2pdf: Update to 0.4.1.
0623de0 is described below

commit 0623de06fb7635d8920e9b0a18e63231bf63f8fc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 9 21:53:12 2021 +0200

    gnu: img2pdf: Update to 0.4.1.
    
    * gnu/packages/pdf.scm (img2pdf): Update to 0.4.1.
---
 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 123fef9..8f163bd 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1101,13 +1101,13 @@ the PDF pages.")
 (define-public img2pdf
   (package
     (name "img2pdf")
-    (version "0.4.0")
+    (version "0.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "img2pdf" version))
        (sha256
-        (base32 "1jdhmpzgj8815bhargb3xp3ydlqxwkz0mcadrflx2ga0p056kvpa"))))
+        (base32 "0ljmxp7myxccfdy4kxpn4jzq35qs4pbmmmnih9vis8abm2f2589q"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-pikepdf" ,python-pikepdf)



reply via email to

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