[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/22: gnu: python-poppler-qt5: Update to 21.1.0.
From: |
guix-commits |
Subject: |
01/22: gnu: python-poppler-qt5: Update to 21.1.0. |
Date: |
Mon, 29 Mar 2021 18:57:58 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit 82a797410486b27f23f495493501e23ea2d393c4
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Wed Mar 10 13:26:20 2021 +1100
gnu: python-poppler-qt5: Update to 21.1.0.
* gnu/packages/pdf.scm (python-poppler-qt5): Update to 21.1.0.
---
gnu/packages/pdf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 00468fa..cbbdf68 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -309,14 +309,14 @@ When present, Poppler is able to correctly render CJK and
Cyrillic text.")
(define-public python-poppler-qt5
(package
(name "python-poppler-qt5")
- (version "0.24.2")
+ (version "21.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-poppler-qt5" version))
(sha256
(base32
- "0l69llw1fzwz8y90q0qp9q5pifbrqjjbwii7di54dwghw5fc6w1r"))))
+ "0b82gm4i75q5v19kfbq0h4y0b2vcwr2213zkhxh6l0h45kdndmxd"))))
(build-system python-build-system)
(arguments
`(;; There are no tests. The check phase just causes a rebuild.
- branch wip-update-calibre created (now 1f73164), guix-commits, 2021/03/29
- 01/22: gnu: python-poppler-qt5: Update to 21.1.0.,
guix-commits <=
- 02/22: gnu: python-sip: Update to 5.5.0. Add python-sip-4, guix-commits, 2021/03/29
- 03/22: gnu: Add python-pyqt-builder., guix-commits, 2021/03/29
- 04/22: gnu: Add python-pyqt5-sip., guix-commits, 2021/03/29
- 05/22: gnu: python-pyqt: Fix build for new python-sip., guix-commits, 2021/03/29
- 07/22: gnu: Add python-zeroconf., guix-commits, 2021/03/29
- 10/22: gnu: Add python-ppmd-cffi., guix-commits, 2021/03/29
- 09/22: gnu: Add python-multivolumefile., guix-commits, 2021/03/29
- 06/22: gnu: Add python-ifaddr., guix-commits, 2021/03/29
- 08/22: gnu: Add python-pyannotate., guix-commits, 2021/03/29
- 13/22: gnu: Add python-bcj-cffi., guix-commits, 2021/03/29