mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: python-shiboken-2: Update to 5.15.2.
* gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.2.
This commit is contained in:
parent
f78a09f0c4
commit
efdb07729c
1 changed files with 2 additions and 2 deletions
|
@ -2811,7 +2811,7 @@ (define-public qcustomplot
|
||||||
(define-public python-shiboken-2
|
(define-public python-shiboken-2
|
||||||
(package
|
(package
|
||||||
(name "python-shiboken-2")
|
(name "python-shiboken-2")
|
||||||
(version "5.14.2.3")
|
(version "5.15.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.qt.io/official_releases"
|
(uri (string-append "https://download.qt.io/official_releases"
|
||||||
|
@ -2820,7 +2820,7 @@ (define-public python-shiboken-2
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08lhqm0n3fjqpblcx9rshsp8g3bvf7yzbai5q99bly2wa04y6b83"))))
|
"060ljj1nzyp4zfz2vasbv2i7gs5rfkkjwxxbisd0fdw01d5m01mk"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("clang-toolchain" ,clang-toolchain)
|
`(("clang-toolchain" ,clang-toolchain)
|
||||||
|
|
Loading…
Reference in a new issue