gnu: python-sip: Update to 4.16.9.

* gnu/packages/qt.scm (python-sip, python2-sip): Update to 4.16.9.
This commit is contained in:
Andreas Enge 2015-08-10 14:44:06 +02:00
parent 1d3eaef90c
commit d032bb7464

View file

@ -323,7 +323,7 @@ (define-public qt-4
(define-public python-sip (define-public python-sip
(package (package
(name "python-sip") (name "python-sip")
(version "4.16.5") (version "4.16.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -333,7 +333,7 @@ (define-public python-sip
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"11qy1z88py2q7rz68rm7214pbd37538hpcbfj5hhzp5y616a62x0")))) "0m85dgm3g9s9h7s5sfxvcxi423vqxwq1vg5wnl5wl9kfasm77qfv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("python" ,python-wrapper))) `(("python" ,python-wrapper)))