ngz pushed a commit to branch master
in repository guix.
commit 99e79ae8d4236592aec9b5db4db903fb843543b2
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Mar 17 16:02:48 2024 +0100
gnu: img2pdf: Update to 0.5.1.
* gnu/packages/pdf.scm (img2pdf): Update to 0.5.1.
Change-Id: I21b2c9f38ad9ab3a4b4fb3e9a8ed0e3ff204a3af
---
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 47518e73d1..efbfc92a38 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1210,13 +1210,13 @@ the PDF pages.")
(define-public img2pdf
(package
(name "img2pdf")
- (version "0.4.4")
+ (version "0.5.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "img2pdf" version))
(sha256
- (base32 "0g3rpq68y5phnlgxrqn39k10j9nmgksg6m5ic8wgs8v5cjlrij4f"))))
+ (base32 "158bgnk2jhjnpyld4z3jq8v2j8837vh4j0672g8mnjrg4i3px13k"))))
(build-system python-build-system)
(propagated-inputs
(list python-pikepdf python-pillow