[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-pikepdf: Update to 2.8.0.post1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-pikepdf: Update to 2.8.0.post1. |
Date: |
Sun, 07 Mar 2021 11:47:37 -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 ba35d2b gnu: python-pikepdf: Update to 2.8.0.post1.
ba35d2b is described below
commit ba35d2b56565016a296846e9f190bcfec86d1e1b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 7 17:45:50 2021 +0100
gnu: python-pikepdf: Update to 2.8.0.post1.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.8.0.post1.
---
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 aec5b5e..912b9db 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5808,13 +5808,13 @@ the OleFileIO module from PIL, the Python Image
Library.")
(define-public python-pikepdf
(package
(name "python-pikepdf")
- (version "2.8.0")
+ (version "2.8.0.post1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pikepdf" version))
(sha256
- (base32 "1dfc8a7gp6ib6a2gdx6fz2zvvk4yx8vr2m7b6044rk91vpyrdzvl"))))
+ (base32 "08miajml3mzlaqxr8phzymshmkkm93f8vv1dvq5gzkj15kysqhpp"))))
(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.8.0.post1.,
guix-commits <=