mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python-pyvirtualdisplay: Update to 3.0.
* gnu/packages/python-xyz.scm (python-pyvirtualdisplay): Update to 3.0.
This commit is contained in:
parent
75d322f76f
commit
ab0e0aa799
1 changed files with 2 additions and 2 deletions
|
@ -19955,13 +19955,13 @@ (define-public python-entrypoint2
|
||||||
(define-public python-pyvirtualdisplay
|
(define-public python-pyvirtualdisplay
|
||||||
(package
|
(package
|
||||||
(name "python-pyvirtualdisplay")
|
(name "python-pyvirtualdisplay")
|
||||||
(version "2.1")
|
(version "3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "PyVirtualDisplay" version))
|
(uri (pypi-uri "PyVirtualDisplay" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1z2fzgiw3xv3m1d9ppn53g07zhnpj05addiz56sm6ircxibnjk4x"))))
|
(base32 "0nb1s7nilakrkcm0vq08pz9mh8rzyhjm9jkyn1gp5sxnrv1mnx89"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests fail with:
|
;; Tests fail with:
|
||||||
|
|
Loading…
Reference in a new issue