mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
8e5406c1cc
commit
1a55fa23d8
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue