guix-commits
[Top][All Lists]
Advanced

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

branch qt-updates updated: gnu: python-shiboken-2: Update to 5.15.4.


From: guix-commits
Subject: branch qt-updates updated: gnu: python-shiboken-2: Update to 5.15.4.
Date: Thu, 16 Jun 2022 10:12:44 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch qt-updates
in repository guix.

The following commit(s) were added to refs/heads/qt-updates by this push:
     new caaca4de61 gnu: python-shiboken-2: Update to 5.15.4.
caaca4de61 is described below

commit caaca4de6179f83a3118ef9af5d3c4a155770495
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 1576d61030..0892537bd5 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2800,7 +2800,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";
@@ -2809,7 +2809,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]