Merge pull request #333203 from dotlambda/python3Packages.asyncinotify

python312Packages.asyncinotify: 4.0.6 -> 4.0.9
This commit is contained in:
Robert Schütz
2024-08-12 14:28:03 -07:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "asyncinotify";
version = "4.0.6";
version = "4.0.9";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,10 +18,10 @@ buildPythonPackage rec {
owner = "absperf";
repo = "asyncinotify";
rev = "refs/tags/v${version}";
hash = "sha256-RXx6i5dIB2oySVaLoHPRGD9VKgiO5OAXmrzVBq8Ad18=";
hash = "sha256-Pmv1BXmKUNjFE5h99GR0GmjYKYmTi8ECKAUCKwIAMzc=";
};
nativeBuildInputs = [ flit-core ];
build-system = [ flit-core ];
nativeCheckInputs = [ pytestCheckHook ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
description = "Module for inotify";
homepage = "https://github.com/absperf/asyncinotify/";
changelog = "https://github.com/absperf/asyncinotify/releases/tag/v${version}";
license = licenses.mit;
license = licenses.mpl20;
maintainers = with maintainers; [ cynerd ];
};
}