[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52696] [PATCH 02/12] gnu: python-qasync: Update to 0.22.0.
From: |
Vinicius Monego |
Subject: |
[bug#52696] [PATCH 02/12] gnu: python-qasync: Update to 0.22.0. |
Date: |
Tue, 21 Dec 2021 04:46:33 +0000 |
* gnu/packages/python-xyz.scm (python-qasync): Update to 0.22.0.
[arguments]<#:phases>: Don't return #t.
---
gnu/packages/python-xyz.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ebf2956c5c..fb29708c02 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14135,7 +14135,7 @@ applications.")
(define-public python-qasync
(package
(name "python-qasync")
- (version "0.15.0")
+ (version "0.22.0")
(source
(origin
;; There are no tests in the PyPI tarball.
@@ -14145,7 +14145,7 @@ applications.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0va9h6v102d7mxz608banjc0l0v02dq3ywhr5i4nqaxx3qkazc2l"))))
+ (base32 "1q9cllrwf94whr0f6mipa0hdq1rcyqvklwx19g35g2dav8f3xkjl"))))
(build-system python-build-system)
(arguments
`(#:test-target "pytest"
@@ -14153,8 +14153,7 @@ applications.")
(modify-phases %standard-phases
(add-before 'check 'set-qpa
(lambda _
- (setenv "QT_QPA_PLATFORM" "offscreen")
- #t)))))
+ (setenv "QT_QPA_PLATFORM" "offscreen"))))))
(native-inputs
(list python-pytest python-pytest-runner))
(propagated-inputs
--
2.30.2
- [bug#52696] [PATCH 00/12] Update Orange., Vinicius Monego, 2021/12/20
- [bug#52696] [PATCH 01/12] gnu: python-anyqt: Update to 0.0.13., Vinicius Monego, 2021/12/20
- [bug#52696] [PATCH 04/12] gnu: python-pytest-pycodestyle: Update to 2.2.0., Vinicius Monego, 2021/12/20
- [bug#52696] [PATCH 02/12] gnu: python-qasync: Update to 0.22.0.,
Vinicius Monego <=
- [bug#52696] [PATCH 03/12] gnu: Add python-pytest-pydocstyle., Vinicius Monego, 2021/12/20
- [bug#52696] [PATCH 06/12] gnu: python-pynndescent: Update to 0.5.5., Vinicius Monego, 2021/12/20
- [bug#52696] [PATCH 07/12] gnu: python-opentsne: Update to 0.6.1., Vinicius Monego, 2021/12/20
- [bug#52696] [PATCH 08/12] gnu: python-qtconsole: Update to 4.7.7., Vinicius Monego, 2021/12/20
- [bug#52696] [PATCH 05/12] gnu: python-dictdiffer: Update to 0.9.0., Vinicius Monego, 2021/12/20
- [bug#52696] [PATCH 09/12] gnu: python-qtconsole: Enable tests., Vinicius Monego, 2021/12/20
- [bug#52696] [PATCH 10/12] gnu: python-orange-canvas-core: Update to 0.1.24., Vinicius Monego, 2021/12/20
- [bug#52696] [PATCH 11/12] gnu: python-orange-widget-base: Update to 4.16.1., Vinicius Monego, 2021/12/20
- [bug#52696] [PATCH 12/12] gnu: orange: Update to 3.31.0., Vinicius Monego, 2021/12/20