mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: python2-pyqt-4: Update to 4.12.3.
* gnu/packages/qt.scm (python2-pyqt-4): Update to 4.12.3.
This commit is contained in:
parent
b7ab88bc32
commit
376a467443
1 changed files with 2 additions and 2 deletions
|
@ -2225,7 +2225,7 @@ (define-public python2-pyqtwebengine
|
||||||
(define-public python2-pyqt-4
|
(define-public python2-pyqt-4
|
||||||
(package (inherit python-pyqt)
|
(package (inherit python-pyqt)
|
||||||
(name "python2-pyqt")
|
(name "python2-pyqt")
|
||||||
(version "4.12")
|
(version "4.12.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2235,7 +2235,7 @@ (define-public python2-pyqt-4
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nw8r88a5g2d550yvklawlvns8gd5slw53yy688kxnsa65aln79w"))))
|
"0wnlasg62rm5d39nq1yw4namcx2ivxgzl93r5f2vb9s0yaz5l3x0"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-sip" ,python2-sip)
|
`(("python-sip" ,python2-sip)
|
||||||
("qt" ,qt-4)))
|
("qt" ,qt-4)))
|
||||||
|
|
Loading…
Reference in a new issue