mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
|
(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)))
|
||||||
|
@ -496,7 +495,7 @@ (define-public python-sip
|
||||||
(zero?
|
(zero?
|
||||||
(system* "python" "configure.py"
|
(system* "python" "configure.py"
|
||||||
"--bindir" bin
|
"--bindir" bin
|
||||||
"--destdir" lib
|
"--destdir" lib
|
||||||
"--incdir" include))))
|
"--incdir" include))))
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
(home-page "http://www.riverbankcomputing.com/software/sip/intro")
|
(home-page "http://www.riverbankcomputing.com/software/sip/intro")
|
||||||
|
|
Loading…
Reference in a new issue