guix-commits
[Top][All Lists]
Advanced

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

66/66: gnu: python-shiboken-6: Update to 6.5.2.


From: guix-commits
Subject: 66/66: gnu: python-shiboken-6: Update to 6.5.2.
Date: Tue, 22 Aug 2023 12:34:08 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 206b357c01b35a3aabbcfb2b69c5102d96723916
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 22 10:54:12 2023 -0400

    gnu: python-shiboken-6: Update to 6.5.2.
    
    * gnu/packages/qt.scm (python-shiboken-6): Update to 6.5.2.
    [source]: Use mirror://qt for the source URL.
---
 gnu/packages/qt.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index be882f964c..0b43f01be5 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4250,16 +4250,15 @@ color-related widgets.")
   (package
     (inherit python-shiboken-2)
     (name "python-shiboken-6")
-    (version "6.3.2")
+    (version "6.5.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://download.qt.io/official_releases";
-                                  "/QtForPython/pyside6/PySide6-" version
-                                  "-src/pyside-setup-opensource-src-"
+              (uri (string-append "mirror://qt/QtForPython/pyside6/PySide6-"
+                                  version "-src/pyside-setup-everywhere-src-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "14k8lm0h45jy6cinfwh1r503pdsslw6sq0ay3f74hil9krc7k6fi"))))
+                "1a0v9mjlcjbffm4lf5cfg45hvqai9654p95ygj5cjhfd9z8z3nwh"))))
     (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]