mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +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 @@ itself.")
|
|||
(define-public python2-pyqt-4
|
||||
(package (inherit python-pyqt)
|
||||
(name "python2-pyqt")
|
||||
(version "4.12")
|
||||
(version "4.12.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2235,7 +2235,7 @@ itself.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1nw8r88a5g2d550yvklawlvns8gd5slw53yy688kxnsa65aln79w"))))
|
||||
"0wnlasg62rm5d39nq1yw4namcx2ivxgzl93r5f2vb9s0yaz5l3x0"))))
|
||||
(native-inputs
|
||||
`(("python-sip" ,python2-sip)
|
||||
("qt" ,qt-4)))
|
||||
|
|
Loading…
Reference in a new issue