gnu: python-sip: Update to 4.18.
* gnu/packages/qt.scm (python-sip, python2-sip): Update to 4.18.
This commit is contained in:
parent
f9be43660f
commit
8fa7f8d907
1 changed files with 4 additions and 5 deletions
|
@ -458,17 +458,16 @@ (define-public qjson
|
|||
(define-public python-sip
|
||||
(package
|
||||
(name "python-sip")
|
||||
(version "4.16.9")
|
||||
(version "4.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "mirror://sourceforge/pyqt/sip/"
|
||||
"sip-" version "/sip-"
|
||||
version ".tar.gz"))
|
||||
"sip-" version "/sip-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0m85dgm3g9s9h7s5sfxvcxi423vqxwq1vg5wnl5wl9kfasm77qfv"))))
|
||||
"1dlw4kyiwd9bzmd1djm79c121r219abaz86lvizdk6ksq20mrp7i"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("python" ,python-wrapper)))
|
||||
|
@ -496,7 +495,7 @@ (define-public python-sip
|
|||
(zero?
|
||||
(system* "python" "configure.py"
|
||||
"--bindir" bin
|
||||
"--destdir" lib
|
||||
"--destdir" lib
|
||||
"--incdir" include))))
|
||||
%standard-phases)))
|
||||
(home-page "http://www.riverbankcomputing.com/software/sip/intro")
|
||||
|
|
Loading…
Reference in a new issue