mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: python-pyqtwebengine: Update to 5.15.5.
* gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.15.5.
This commit is contained in:
parent
c6c56f989b
commit
93bff2d79d
1 changed files with 2 additions and 2 deletions
|
@ -2145,7 +2145,7 @@ (define-public python-pyqt5-sip
|
||||||
(define-public python-pyqtwebengine
|
(define-public python-pyqtwebengine
|
||||||
(package
|
(package
|
||||||
(name "python-pyqtwebengine")
|
(name "python-pyqtwebengine")
|
||||||
(version "5.15.4")
|
(version "5.15.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2157,7 +2157,7 @@ (define-public python-pyqtwebengine
|
||||||
"/PyQtWebEngine-" version ".tar.gz")))
|
"/PyQtWebEngine-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06fc35hzg346a9c86dk7vzm1fakkgzn5l52jfq3bix3587sjip6f"))))
|
"0hdr0g0rzlhsnylhfk826pq1lw8p9dqcr8yma2wy9dgjrj6n0ixb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python python-sip
|
(list python python-sip
|
||||||
|
|
Loading…
Reference in a new issue