[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-pikepdf: Update to 2.12.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-pikepdf: Update to 2.12.0. |
Date: |
Sun, 09 May 2021 15:56:15 -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 80c091e gnu: python-pikepdf: Update to 2.12.0.
80c091e is described below
commit 80c091e911a14fef6177138ef1cab3e0404b2751
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 9 21:55:38 2021 +0200
gnu: python-pikepdf: Update to 2.12.0.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.0.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index de7c303..92b0789 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6137,13 +6137,13 @@ the OleFileIO module from PIL, the Python Image
Library.")
(define-public python-pikepdf
(package
(name "python-pikepdf")
- (version "2.11.4")
+ (version "2.12.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pikepdf" version))
(sha256
- (base32 "0kd5ydnsmlikkg69r255wvq4vy7plh7dx077s2saly5s5vdcqlkk"))))
+ (base32 "1fgk93v5zac38ak00nw94mi44z9701kn20dkdfpwqr3588vnxfzw"))))
(build-system python-build-system)
(arguments
`(#:tests? #false)) ;require python-xmp-toolkit
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-pikepdf: Update to 2.12.0.,
guix-commits <=