guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: python-shiboken-2: Update to 5.15.4.


From: guix-commits
Subject: 05/05: gnu: python-shiboken-2: Update to 5.15.4.
Date: Sun, 26 Jun 2022 03:37:06 -0400 (EDT)

efraim pushed a commit to branch staging
in repository guix.

commit 71fb77cb65beb56ab1c61f7cc630a877175e07fa
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jun 16 16:34:36 2022 +0300

    gnu: python-shiboken-2: Update to 5.15.4.
    
    * gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.4.
---
 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 6d582a5ba4..690b86c045 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2799,7 +2799,7 @@ color-related widgets.")
 (define-public python-shiboken-2
   (package
     (name "python-shiboken-2")
-    (version "5.15.2")
+    (version "5.15.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.qt.io/official_releases";
@@ -2808,7 +2808,7 @@ color-related widgets.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "060ljj1nzyp4zfz2vasbv2i7gs5rfkkjwxxbisd0fdw01d5m01mk"))))
+                "02s52hxdsg925zrflxrsk3l7l9wd6c306ds10rfyy4a1xw6yss1w"))))
     (build-system cmake-build-system)
     (inputs
      (list clang-toolchain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]