diff options
author | Zhu Zihao <all_but_last@163.com> | 2022-08-25 18:53:28 +0800 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-27 00:09:03 +0200 |
commit | af9a49e42e984251a8070527956e959e162e1f0e (patch) | |
tree | 7f4f750dd5bf52eeb87c30232d33c91d71cfb9e0 /gnu/packages/qt.scm | |
parent | a45c30b6951e438ecc638d5dad82cf0fa73d092e (diff) | |
download | guix-af9a49e42e984251a8070527956e959e162e1f0e.tar guix-af9a49e42e984251a8070527956e959e162e1f0e.tar.gz |
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>
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files 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 |