mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: python-shiboken-2: Update to 5.15.5.
* gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.5.
This commit is contained in:
parent
93bff2d79d
commit
a56ab603fd
1 changed files with 2 additions and 2 deletions
|
@ -2803,7 +2803,7 @@ (define-public qcustomplot
|
|||
(define-public python-shiboken-2
|
||||
(package
|
||||
(name "python-shiboken-2")
|
||||
(version "5.15.4")
|
||||
(version "5.15.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.qt.io/official_releases"
|
||||
|
@ -2812,7 +2812,7 @@ (define-public python-shiboken-2
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02s52hxdsg925zrflxrsk3l7l9wd6c306ds10rfyy4a1xw6yss1w"))))
|
||||
"0cwvw6695215498rsbm2xzkwaxdr3w7zfvy4kc62c01k6pxs881r"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list clang-toolchain
|
||||
|
|
Loading…
Reference in a new issue