python311Packages.asyncinotify: 4.0.2 -> 4.0.6

Diff: https://github.com/absperf/asyncinotify/compare/refs/tags/v4.0.2...v4.0.6

Changelog: https://github.com/absperf/asyncinotify/releases/tag/v4.0.6
This commit is contained in:
Fabian Affolter 2024-01-23 16:39:32 +01:00
parent 85beb27fca
commit 3ed7873bd9

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "asyncinotify";
version = "4.0.2";
version = "4.0.6";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "absperf";
repo = "asyncinotify";
rev = "refs/tags/v${version}";
hash = "sha256-Q7b406UENCmD9SGbaml+y2YLDi7VLZBmDkYMo8CLuVw=";
hash = "sha256-RXx6i5dIB2oySVaLoHPRGD9VKgiO5OAXmrzVBq8Ad18=";
};
nativeBuildInputs = [