python313Packages.asyncinotify: 4.2.0 -> 4.2.1
Diff: https://github.com/absperf/asyncinotify/compare/refs/tags/v4.2.0...refs/tags/v4.2.1 Changelog: https://github.com/absperf/asyncinotify/releases/tag/v4.2.1
This commit is contained in:
committed by
Fabian Affolter
parent
1dbe10efa3
commit
1109cc1a41
@@ -9,7 +9,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "asyncinotify";
|
||||
version = "4.2.0";
|
||||
version = "4.2.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
owner = "absperf";
|
||||
repo = "asyncinotify";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-RHzjUoVhDxI7kYD5HWkb0f8X6BjjTTCAvSvASPy6FGk=";
|
||||
hash = "sha256-X7R35LyrJaGJ70Houenpag0IMbqdsh+Sg9wMdzZmGfk=";
|
||||
};
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
Reference in New Issue
Block a user