gnu: python-shiboken-6: Update to 6.5.2.
* gnu/packages/qt.scm (python-shiboken-6): Update to 6.5.2. [source]: Use mirror://qt for the source URL.master
parent
9c08ba358e
commit
206b357c01
|
@ -4250,16 +4250,15 @@ color-related widgets.")
|
||||||
(package
|
(package
|
||||||
(inherit python-shiboken-2)
|
(inherit python-shiboken-2)
|
||||||
(name "python-shiboken-6")
|
(name "python-shiboken-6")
|
||||||
(version "6.3.2")
|
(version "6.5.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.qt.io/official_releases"
|
(uri (string-append "mirror://qt/QtForPython/pyside6/PySide6-"
|
||||||
"/QtForPython/pyside6/PySide6-" version
|
version "-src/pyside-setup-everywhere-src-"
|
||||||
"-src/pyside-setup-opensource-src-"
|
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14k8lm0h45jy6cinfwh1r503pdsslw6sq0ay3f74hil9krc7k6fi"))))
|
"1a0v9mjlcjbffm4lf5cfg45hvqai9654p95ygj5cjhfd9z8z3nwh"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-inputs python-shiboken-2)
|
(modify-inputs (package-inputs python-shiboken-2)
|
||||||
|
|
Reference in New Issue