mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: python-pyudev: Update to 0.22.0.
* gnu/packages/admin.scm (python-pyudev): Update to 0.22.0.
This commit is contained in:
parent
6ce0865500
commit
78fca23163
1 changed files with 2 additions and 2 deletions
|
@ -3358,14 +3358,14 @@ (define-public pscircle
|
||||||
(define-public python-pyudev
|
(define-public python-pyudev
|
||||||
(package
|
(package
|
||||||
(name "python-pyudev")
|
(name "python-pyudev")
|
||||||
(version "0.21.0")
|
(version "0.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyudev" version))
|
(uri (pypi-uri "pyudev" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0arz0dqp75sszsmgm6vhg92n1lsx91ihddx3m944f4ah0487ljq9"))))
|
"0xmj6l08iih2js9skjqpv4w7y0dhxyg91zmrs6v5aa65gbmipfv9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Tests require /sys
|
`(#:tests? #f ; Tests require /sys
|
||||||
|
|
Loading…
Reference in a new issue