python310Packages.asyncinotify: 4.0.1 -> 4.0.2

https://gitlab.com/Taywee/asyncinotify/-/blob/master/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2023-07-22 01:33:59 +02:00
parent 9b23a95e30
commit a6ed356ab0
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "asyncinotify"; pname = "asyncinotify";
version = "4.0.1"; version = "4.0.2";
format = "flit"; format = "flit";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "Taywee"; owner = "Taywee";
repo = "asyncinotify"; repo = "asyncinotify";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-DMRuj16KjO+0uAB33UCVPdUiQGzri1b/z9KVqQYp2Po="; hash = "sha256-Q7b406UENCmD9SGbaml+y2YLDi7VLZBmDkYMo8CLuVw=";
}; };
checkPhase = '' checkPhase = ''