gnu: python-xlib: Update to 0.29.

Make python-six a propagated input as it's used at runtime.

* gnu/packages/python-xyz.scm (python-xlib): Update to 0.29.
[native-inputs]: Move python-six to…
[propagated-inputs]: …here.
This commit is contained in:
Christopher Baines 2021-02-01 20:14:31 +00:00
parent 889f425b35
commit eee86c6e5b
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -8063,7 +8063,7 @@ falling into the Python interpreter.")
(define-public python-xlib (define-public python-xlib
(package (package
(name "python-xlib") (name "python-xlib")
(version "0.27") (version "0.29")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -8072,7 +8072,7 @@ falling into the Python interpreter.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "09kimic8rhprx3q8nzalc4aggg42ahqm4v5qcj8dm68yvxfdk986")))) (base32 "17cwd2knqm2vwrii3kqii9abwsnydhpg4byqx1vy7rjs6i1vbqfc"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -8088,8 +8088,9 @@ falling into the Python interpreter.")
(native-inputs (native-inputs
`(("python-mock" ,python-mock) `(("python-mock" ,python-mock)
("python-setuptools-scm" ,python-setuptools-scm) ("python-setuptools-scm" ,python-setuptools-scm)
("python-six" ,python-six)
("xorg-server" ,xorg-server))) ("xorg-server" ,xorg-server)))
(propagated-inputs
`(("python-six" ,python-six)))
(home-page "https://github.com/python-xlib/python-xlib") (home-page "https://github.com/python-xlib/python-xlib")
(synopsis "Python X11 client library") (synopsis "Python X11 client library")
(description (description