[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-poppler-qt5: Update to 21.1.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-poppler-qt5: Update to 21.1.0. |
Date: |
Mon, 29 Mar 2021 18:12:40 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 02f664a gnu: python-poppler-qt5: Update to 21.1.0.
02f664a is described below
commit 02f664a0a3dd3a936213e687802bdc62f2a10983
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-poppler-qt5: Update to 21.1.0.,
guix-commits <=