[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: python-pyqtwebengine: Update to 5.14.0.
From: |
guix-commits |
Subject: |
05/06: gnu: python-pyqtwebengine: Update to 5.14.0. |
Date: |
Sun, 7 Jun 2020 17:37:31 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 7c7e9ac71662013348e5acb78c8df3d6ab718ad0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 7 22:42:27 2020 +0200
gnu: python-pyqtwebengine: Update to 5.14.0.
* gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.14.0.
[source](uri): Add PyPI mirror.
---
gnu/packages/qt.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index fb9643b..d777048 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2037,16 +2037,19 @@ contain over 620 classes.")
(define-public python-pyqtwebengine
(package
(name "python-pyqtwebengine")
- (version "5.12.1")
+ (version "5.14.0")
(source
(origin
(method url-fetch)
- (uri (string-append
-
"https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/"
- version "/PyQtWebEngine_gpl-" version ".tar.gz"))
+ ;; The newest releases are only available on PyPI. Older ones
+ ;; are mirrored at the upstream home page.
+ (uri (list (pypi-uri "PyQtWebEngine" version)
+ (string-append "https://www.riverbankcomputing.com/static"
+ "/Downloads/PyQtWebEngine/" version
+ "/PyQtWebEngine-" version ".tar.gz")))
(sha256
(base32
- "0wylkd7fh2g27y3710rpxmj9wx0wpi3z7qbv6khiddm15rkh81w6"))))
+ "14hw49akb35n9pgiw564x8ykmsifihn9p2ax2x4zmywb3w2ra5g1"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python)
- branch staging updated (9141cec -> 24b61fb), guix-commits, 2020/06/07
- 01/06: gnu: python-sip: Update to 4.19.22., guix-commits, 2020/06/07
- 02/06: gnu: python-sip: Use PYTHON-VERSION., guix-commits, 2020/06/07
- 05/06: gnu: python-pyqtwebengine: Update to 5.14.0.,
guix-commits <=
- 03/06: gnu: python-pyqt: Update to 5.14.2., guix-commits, 2020/06/07
- 06/06: gnu: python-pyqtwebengine: Remove duplicate input., guix-commits, 2020/06/07
- 04/06: gnu: python-pyqt: Use PYTHON-VERSION., guix-commits, 2020/06/07