gnu: python-sip: Update to 4.18.

* gnu/packages/qt.scm (python-sip, python2-sip): Update to 4.18.
This commit is contained in:
Efraim Flashner 2016-06-05 23:08:00 +03:00
parent f9be43660f
commit 8fa7f8d907
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -458,17 +458,16 @@ (define-public qjson
(define-public python-sip (define-public python-sip
(package (package
(name "python-sip") (name "python-sip")
(version "4.16.9") (version "4.18")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (uri
(string-append "mirror://sourceforge/pyqt/sip/" (string-append "mirror://sourceforge/pyqt/sip/"
"sip-" version "/sip-" "sip-" version "/sip-" version ".tar.gz"))
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0m85dgm3g9s9h7s5sfxvcxi423vqxwq1vg5wnl5wl9kfasm77qfv")))) "1dlw4kyiwd9bzmd1djm79c121r219abaz86lvizdk6ksq20mrp7i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("python" ,python-wrapper))) `(("python" ,python-wrapper)))