Commit 36b3d4ae authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.asyncinotify: 4.2.1 -> 4.3.2

parent 0a344e2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "asyncinotify";
  version = "4.2.1";
  version = "4.3.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "absperf";
    repo = "asyncinotify";
    tag = "v${version}";
    hash = "sha256-X7R35LyrJaGJ70Houenpag0IMbqdsh+Sg9wMdzZmGfk=";
    hash = "sha256-lIy9hZhTdXPt9gJGPDtfLttYQL8OiWfNcz3rT89QS7M=";
  };

  build-system = [ flit-core ];