guix-commits
[Top][All Lists]
Advanced

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

16/16: gnu: python-shiboken-6: Update to 6.3.2.


From: guix-commits
Subject: 16/16: gnu: python-shiboken-6: Update to 6.3.2.
Date: Tue, 7 Mar 2023 20:19:17 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit f289fe316aaa06e60f4b10e75e113cf1aeb03629
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 7 15:16:08 2023 -0500

    gnu: python-shiboken-6: Update to 6.3.2.
    
    * gnu/packages/qt.scm (python-shiboken-6): Update to 6.3.2.
---
 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 4ec7b661d0..2e9cc3e1f5 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4013,7 +4013,7 @@ color-related widgets.")
   (package
     (inherit python-shiboken-2)
     (name "python-shiboken-6")
-    (version "6.3.1")
+    (version "6.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.qt.io/official_releases";
@@ -4022,7 +4022,7 @@ color-related widgets.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0xwri69nnbhn6fajm7l045r0s0qv8nlq6qj8wcj87srli3b5xa75"))))
+                "14k8lm0h45jy6cinfwh1r503pdsslw6sq0ay3f74hil9krc7k6fi"))))
     (build-system cmake-build-system)
     (inputs
      (modify-inputs (package-inputs python-shiboken-2)



reply via email to

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