mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-shiboken-6: Update to 6.7.2.
* gnu/packages/qt.scm (python-shiboken-6): Update to 6.7.2. Change-Id: I899a3a966ab35108fe5a6029a4b7f3079c48ae8f
This commit is contained in:
parent
22de2e3897
commit
1034166ac1
1 changed files with 2 additions and 2 deletions
|
@ -4831,7 +4831,7 @@ (define-public python-shiboken-6
|
|||
(package
|
||||
(inherit python-shiboken-2)
|
||||
(name "python-shiboken-6")
|
||||
(version "6.6.2")
|
||||
(version "6.7.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://qt/QtForPython/pyside6/PySide6-"
|
||||
|
@ -4839,7 +4839,7 @@ (define-public python-shiboken-6
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1w690jpxrski7c71gx05q5fvl2117lnjj5ih8iwckx3s9mlhnqhl"))))
|
||||
"1iv8wfc5sfx5xr4b3bhbaqagx8qidx5wl1kzvifsmjbqdq6hsars"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(modify-inputs (package-inputs python-shiboken-2)
|
||||
|
|
Loading…
Reference in a new issue