[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-pikepdf: Update to 2.15.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-pikepdf: Update to 2.15.1. |
Date: |
Mon, 26 Jul 2021 03:34:19 -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 16f0bdf gnu: python-pikepdf: Update to 2.15.1.
16f0bdf is described below
commit 16f0bdf5f02dead7092539c63e235d4c7d8eeac7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 26 09:33:38 2021 +0200
gnu: python-pikepdf: Update to 2.15.1.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.15.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 f329d55..f83c901 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6366,13 +6366,13 @@ the OleFileIO module from PIL, the Python Image
Library.")
(define-public python-pikepdf
(package
(name "python-pikepdf")
- (version "2.14.2")
+ (version "2.15.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pikepdf" version))
(sha256
- (base32 "01f173af5j0fmrzg6czfr92d331bqdbs3dkch7p41ykyv4fsv6kn"))))
+ (base32 "184lbf8453ly6565nn0lfbj4vaypsids0bm4a0qlp9ywxwlhmxdi"))))
(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.15.1.,
guix-commits <=