efraim pushed a commit to branch staging
in repository guix.

commit a56ab603fdc219692a9f6bc27de9edf52a2865da
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Jun 28 12:41:08 2022 +0300

    gnu: python-shiboken-2: Update to 5.15.5.
    
    * gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.5.
---
 gnu/packages/qt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 466c42bc9f..762c63cace 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2803,7 +2803,7 @@ color-related widgets.")
 (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 @@ color-related widgets.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "02s52hxdsg925zrflxrsk3l7l9wd6c306ds10rfyy4a1xw6yss1w"))))
+                "0cwvw6695215498rsbm2xzkwaxdr3w7zfvy4kc62c01k6pxs881r"))))
     (build-system cmake-build-system)
     (inputs
      (list clang-toolchain

Reply via email to