guix-commits
[Top][All Lists]
Advanced

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

13/17: gnu: python-qtpy: Update to 2.2.0.


From: guix-commits
Subject: 13/17: gnu: python-qtpy: Update to 2.2.0.
Date: Fri, 26 Aug 2022 18:11:13 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit af9a49e42e984251a8070527956e959e162e1f0e
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Thu Aug 25 18:53:28 2022 +0800

    gnu: python-qtpy: Update to 2.2.0.
    
    * gnu/packages/qt.scm (python-qtpy): Update to 2.2.0.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 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 9832568d10..931bc35352 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3207,14 +3207,14 @@ top of the PyQt bindings for Qt.  PyQt-builder is used 
to build PyQt itself.")
 (define-public python-qtpy
   (package
     (name "python-qtpy")
-    (version "2.0.1")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "QtPy" version))
        (sha256
           (base32
-           "13zbhnl2rm30xafwrzfwdb4mjp7gk4s9h2xagbf83pnjzczhgzdd"))))
+           "051rj10lbv2ny48lz34zhclcbdxxdbk4di2mdk91m9143w91npyq"))))
     (build-system python-build-system)
     (propagated-inputs (list python-packaging))
     (arguments



reply via email to

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