[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-pikepdf: Update to 2.12.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-pikepdf: Update to 2.12.1. |
Date: |
Fri, 21 May 2021 11:36:57 -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 e7f97f8 gnu: python-pikepdf: Update to 2.12.1.
e7f97f8 is described below
commit e7f97f8af424a3eaf1e9bbddc26400bd39bd65ff
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 21 17:36:34 2021 +0200
gnu: python-pikepdf: Update to 2.12.1.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.1.
---
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 ddaa51b..c77afda 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6162,13 +6162,13 @@ the OleFileIO module from PIL, the Python Image
Library.")
(define-public python-pikepdf
(package
(name "python-pikepdf")
- (version "2.12.0")
+ (version "2.12.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pikepdf" version))
(sha256
- (base32 "1fgk93v5zac38ak00nw94mi44z9701kn20dkdfpwqr3588vnxfzw"))))
+ (base32 "1si1x4dc4i4ghyirjfws1zkgiwk8kypnpp4gf68haascrdy7znqw"))))
(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.1.,
guix-commits <=