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
This commit is contained in:
Danny Milosavljevic 2024-12-23 12:32:50 +01:00
parent 8e5406c1cc
commit 1a55fa23d8
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -2024,13 +2024,13 @@ (define-public python-pyux
(define-public python-pytest-qt
(package
(name "python-pytest-qt")
(version "3.3.0")
(version "4.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-qt" version))
(sha256
(base32 "09c9psfn3zigpaw1l1cmynpa3csxa49wc2ih5lzl24skdkw0njvi"))))
(base32 "0i38qp2rqb44grbk9rn7zr5ffjvdlcl6k380759ji920m51632bn"))))
(build-system python-build-system)
(arguments
`(#:test-target "pytest"