Commit d80838a4 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.asyncinotify: 4.3.2 -> 4.4.0

parent 6a8895f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

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

  src = fetchFromGitHub {
    owner = "absperf";
    repo = "asyncinotify";
    tag = "v${version}";
    hash = "sha256-lIy9hZhTdXPt9gJGPDtfLttYQL8OiWfNcz3rT89QS7M=";
    hash = "sha256-u83k/Wu6WA6lZxLpdPpp6Hi6gmJIgXAXh7q8OJvW2vk=";
  };

  build-system = [ flit-core ];