mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: python-shiboken-6: Update to 6.3.2.
* gnu/packages/qt.scm (python-shiboken-6): Update to 6.3.2.
This commit is contained in:
parent
b0af77ee5f
commit
f289fe316a
1 changed files with 2 additions and 2 deletions
|
@ -4013,7 +4013,7 @@ (define-public python-shiboken-6
|
|||
(package
|
||||
(inherit python-shiboken-2)
|
||||
(name "python-shiboken-6")
|
||||
(version "6.3.1")
|
||||
(version "6.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.qt.io/official_releases"
|
||||
|
@ -4022,7 +4022,7 @@ (define-public python-shiboken-6
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xwri69nnbhn6fajm7l045r0s0qv8nlq6qj8wcj87srli3b5xa75"))))
|
||||
"14k8lm0h45jy6cinfwh1r503pdsslw6sq0ay3f74hil9krc7k6fi"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(modify-inputs (package-inputs python-shiboken-2)
|
||||
|
|
Loading…
Reference in a new issue