gnu: python-pyqt@4: Update to 4.12.
* gnu/packages/qt.scm (python-pyqt-4): Update to 4.12. [source]: Adjust URI to file rename.
This commit is contained in:
parent
5ac3a671d8
commit
41fa164aa0
|
@ -1302,17 +1302,17 @@ contain over 620 classes.")
|
||||||
(define-public python-pyqt-4
|
(define-public python-pyqt-4
|
||||||
(package (inherit python-pyqt)
|
(package (inherit python-pyqt)
|
||||||
(name "python-pyqt")
|
(name "python-pyqt")
|
||||||
(version "4.11.4")
|
(version "4.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "mirror://sourceforge/pyqt/PyQt4/"
|
(string-append "mirror://sourceforge/pyqt/PyQt4/"
|
||||||
"PyQt-" version "/PyQt-x11-gpl-"
|
"PyQt-" version "/PyQt4_gpl_x11-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01zlviy5lq8g6db84wnvvpsrfnip9lbcpxagsyqa6as3jmsff7zw"))))
|
"1nw8r88a5g2d550yvklawlvns8gd5slw53yy688kxnsa65aln79w"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-sip" ,python-sip)
|
`(("python-sip" ,python-sip)
|
||||||
("qt" ,qt-4)))
|
("qt" ,qt-4)))
|
||||||
|
|
Loading…
Reference in New Issue