mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -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
|
||||
(package
|
||||
(name "python-pyvirtualdisplay")
|
||||
(version "2.1")
|
||||
(version "3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyVirtualDisplay" version))
|
||||
(sha256
|
||||
(base32 "1z2fzgiw3xv3m1d9ppn53g07zhnpj05addiz56sm6ircxibnjk4x"))))
|
||||
(base32 "0nb1s7nilakrkcm0vq08pz9mh8rzyhjm9jkyn1gp5sxnrv1mnx89"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; Tests fail with:
|
||||
|
|
Loading…
Reference in a new issue