[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-pikepdf: Update to 2.5.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-pikepdf: Update to 2.5.0. |
Date: |
Fri, 29 Jan 2021 08:54:13 -0500 |
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 b9a54aa gnu: python-pikepdf: Update to 2.5.0.
b9a54aa is described below
commit b9a54aad0ba282ac78931b67e679bd0132419364
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 29 14:53:35 2021 +0100
gnu: python-pikepdf: Update to 2.5.0.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.5.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 eb1a9c8..fac89c1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5727,13 +5727,13 @@ the OleFileIO module from PIL, the Python Image
Library.")
(define-public python-pikepdf
(package
(name "python-pikepdf")
- (version "2.4.0")
+ (version "2.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pikepdf" version))
(sha256
- (base32 "0da5s9jpp9ll952drbc77yk4rhin2w87pi45x1bybj8kwlcvg27j"))))
+ (base32 "0wqb8sjbmvz042ymdg0p5bq8pyjccfbdnk7nfi6y7jrlb8qw1dl4"))))
(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.5.0.,
guix-commits <=