guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: python-shiboken-2: Update to 5.15.2.


From: guix-commits
Subject: 01/04: gnu: python-shiboken-2: Update to 5.15.2.
Date: Thu, 8 Jul 2021 16:29:55 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit efdb07729c5d736d64af018f3507335d27dfc67e
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Jul 8 00:21:52 2021 -0400

    gnu: python-shiboken-2: Update to 5.15.2.
    
    * gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.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 31a4597..95618a9 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2811,7 +2811,7 @@ color-related widgets.")
 (define-public python-shiboken-2
   (package
     (name "python-shiboken-2")
-    (version "5.14.2.3")
+    (version "5.15.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.qt.io/official_releases";
@@ -2820,7 +2820,7 @@ color-related widgets.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "08lhqm0n3fjqpblcx9rshsp8g3bvf7yzbai5q99bly2wa04y6b83"))))
+                "060ljj1nzyp4zfz2vasbv2i7gs5rfkkjwxxbisd0fdw01d5m01mk"))))
     (build-system cmake-build-system)
     (inputs
      `(("clang-toolchain" ,clang-toolchain)



reply via email to

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