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:
parent
85beb27fca
commit
3ed7873bd9
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue