diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-23 12:32:50 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-23 12:32:50 +0100 |
| commit | 1a55fa23d881a1816ebd05ebdacc55746a8c8ab9 (patch) | |
| tree | 663b00a2df593234bd858d41939f6fdf909c817d /gnu/packages/python-check.scm | |
| parent | 8e5406c1cc48ddddb41437b78f6e53d320c91d8e (diff) | |
gnu: python-pytest-qt: Update to 4.4.0.
* gnu/packages/python-check.scm (python-pytest-qt): Update to 4.4.0.
Change-Id: I33b8f8be6b6d7cb3e8bac1784fdf22787f24b631
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index d06af41468b..dfe66d6d956 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -2024,13 +2024,13 @@ libraries.") | |||
| 2024 | (define-public python-pytest-qt | 2024 | (define-public python-pytest-qt |
| 2025 | (package | 2025 | (package |
| 2026 | (name "python-pytest-qt") | 2026 | (name "python-pytest-qt") |
| 2027 | (version "3.3.0") | 2027 | (version "4.4.0") |
| 2028 | (source | 2028 | (source |
| 2029 | (origin | 2029 | (origin |
| 2030 | (method url-fetch) | 2030 | (method url-fetch) |
| 2031 | (uri (pypi-uri "pytest-qt" version)) | 2031 | (uri (pypi-uri "pytest-qt" version)) |
| 2032 | (sha256 | 2032 | (sha256 |
| 2033 | (base32 "09c9psfn3zigpaw1l1cmynpa3csxa49wc2ih5lzl24skdkw0njvi")))) | 2033 | (base32 "0i38qp2rqb44grbk9rn7zr5ffjvdlcl6k380759ji920m51632bn")))) |
| 2034 | (build-system python-build-system) | 2034 | (build-system python-build-system) |
| 2035 | (arguments | 2035 | (arguments |
| 2036 | `(#:test-target "pytest" | 2036 | `(#:test-target "pytest" |
