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:
Leo Famulari 2021-07-08 00:21:52 -04:00
parent f78a09f0c4
commit efdb07729c
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2811,7 +2811,7 @@ (define-public qcustomplot
(define-public python-shiboken-2
(package
(name "python-shiboken-2")
(version "5.14.2.3")
(version "5.15.2")
(source (origin
(method url-fetch)
(uri (string-append "https://download.qt.io/official_releases"
@ -2820,7 +2820,7 @@ (define-public python-shiboken-2
version ".tar.xz"))
(sha256
(base32
"08lhqm0n3fjqpblcx9rshsp8g3bvf7yzbai5q99bly2wa04y6b83"))))
"060ljj1nzyp4zfz2vasbv2i7gs5rfkkjwxxbisd0fdw01d5m01mk"))))
(build-system cmake-build-system)
(inputs
`(("clang-toolchain" ,clang-toolchain)