diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-10 10:51:49 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:32 +0200 |
commit | ae0082fb8171f834f24f3586cb03e1c039873466 (patch) | |
tree | 27eb750484d8d19b8c21b3a3180fad79344fe145 | |
parent | 149905f81b0c5ee76b564a8e65ae6e754997aa39 (diff) | |
download | guix-ae0082fb8171f834f24f3586cb03e1c039873466.tar.gz guix-ae0082fb8171f834f24f3586cb03e1c039873466.zip |
gnu: python-shiboken-2: Update to 5.15.16.
* gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.16.
Change-Id: I73dd85b345712bfe104daef2fcf829be3d1f2dfd
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index f84c1630cd..3821906f28 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -5139,7 +5139,7 @@ color-related widgets.") (define-public python-shiboken-2 (package (name "python-shiboken-2") - (version "5.15.10") + (version "5.15.16") (source (origin (method url-fetch) (uri (string-append "mirror://qt/QtForPython/pyside2/PySide2-" @@ -5147,7 +5147,7 @@ color-related widgets.") version ".tar.xz")) (sha256 (base32 - "0fnkx8ax2lkin3bpqbz4zbdrdin2ixb4d6s3c0xghh9sc79r3xia")))) + "0q3ky0fai3wr8kr1q82vdg5byhbn5sfdymmb554afpi72zyxcgkd")))) (build-system cmake-build-system) (inputs (list clang-toolchain |