python3Packages.pyudev: 0.24.3 -> 0.24.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:11 +01:00
parent 8b71b77ac3
commit d14373e3aa
@@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "pyudev";
version = "0.24.3";
version = "0.24.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-LpRUJ6IWdIk7uXYyQB22ITnZHOoe6WE3zHsHrSIZj8c=";
hash = "sha256-54i7mDcAsahO/C6IhisKUa8qmV1bhryZl1RlBc97Nrw=";
};
postPatch = lib.optionalString stdenvNoCC.hostPlatform.isLinux ''