From a6ed356ab04e6bfc68f291a45ace8c80270d5206 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 22 Jul 2023 01:33:59 +0200 Subject: [PATCH] python310Packages.asyncinotify: 4.0.1 -> 4.0.2 https://gitlab.com/Taywee/asyncinotify/-/blob/master/CHANGELOG.md --- pkgs/development/python-modules/asyncinotify/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/asyncinotify/default.nix b/pkgs/development/python-modules/asyncinotify/default.nix index c5f944d6a53..9257e12f721 100644 --- a/pkgs/development/python-modules/asyncinotify/default.nix +++ b/pkgs/development/python-modules/asyncinotify/default.nix @@ -6,14 +6,14 @@ buildPythonPackage rec { pname = "asyncinotify"; - version = "4.0.1"; + version = "4.0.2"; format = "flit"; src = fetchFromGitLab { owner = "Taywee"; repo = "asyncinotify"; rev = "v${version}"; - hash = "sha256-DMRuj16KjO+0uAB33UCVPdUiQGzri1b/z9KVqQYp2Po="; + hash = "sha256-Q7b406UENCmD9SGbaml+y2YLDi7VLZBmDkYMo8CLuVw="; }; checkPhase = ''