python3Packages.pyudev: 0.23.2 -> 0.24.0

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:18 +02:00
parent 7e971dd676
commit e9e0f1a2ce

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "pyudev";
version = "0.23.2";
version = "0.24.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Mq41hbMgpRvCg+CgQAD9iiVZnttEVB4vUDT2r+5dFcw=";
sha256 = "sha256-sqOv4cmep1H4KWZSVX6sVZh02iobHsBiUXhwbsWjRfM=";
};
postPatch = ''