[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-pikepdf: Update to 2.11.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-pikepdf: Update to 2.11.4. |
Date: |
Wed, 28 Apr 2021 15:31:06 -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 510fbf7 gnu: python-pikepdf: Update to 2.11.4.
510fbf7 is described below
commit 510fbf7f9360ec5c7b93a45c2fa7ce168a15d9ae
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Apr 28 21:30:39 2021 +0200
gnu: python-pikepdf: Update to 2.11.4.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.11.4.
---
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 6f64e3c..a17424e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5936,13 +5936,13 @@ the OleFileIO module from PIL, the Python Image
Library.")
(define-public python-pikepdf
(package
(name "python-pikepdf")
- (version "2.11.2")
+ (version "2.11.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pikepdf" version))
(sha256
- (base32 "0zj8margmn39jad2398m0j6kbjq94j96mpdsp8kj9mhjpxza0n09"))))
+ (base32 "0kd5ydnsmlikkg69r255wvq4vy7plh7dx077s2saly5s5vdcqlkk"))))
(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.11.4.,
guix-commits <=