diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 02:19:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 05:05:47 +0100 |
commit | 78fca231633b5148aaa0fa68fee00b8fff8d9ac6 (patch) | |
tree | d28630d75753a8f8682667349fc8bf826af6bbfd /gnu/packages | |
parent | 6ce0865500ad30269dbd180d0555ce0d6a0a8edb (diff) |
gnu: python-pyudev: Update to 0.22.0.
* gnu/packages/admin.scm (python-pyudev): Update to 0.22.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index fdbd971880..3079114492 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3358,14 +3358,14 @@ support forum. It runs with the @code{/exec} command in most IRC clients.") (define-public python-pyudev (package (name "python-pyudev") - (version "0.21.0") + (version "0.22.0") (source (origin (method url-fetch) (uri (pypi-uri "pyudev" version)) (sha256 (base32 - "0arz0dqp75sszsmgm6vhg92n1lsx91ihddx3m944f4ah0487ljq9")))) + "0xmj6l08iih2js9skjqpv4w7y0dhxyg91zmrs6v5aa65gbmipfv9")))) (build-system python-build-system) (arguments `(#:tests? #f ; Tests require /sys |