Unverified Commit 1ea8316d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.asyncinotify: 4.0.9 -> 4.1.0 (#344245)

parents ef103a6e 4df98489
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "asyncinotify";
  version = "4.0.9";
  version = "4.1.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "absperf";
    repo = "asyncinotify";
    rev = "refs/tags/v${version}";
    hash = "sha256-Pmv1BXmKUNjFE5h99GR0GmjYKYmTi8ECKAUCKwIAMzc=";
    hash = "sha256-SzsPYVA5fBXVcv7vE3FB4jFkIRr6NBlTeHrPxf5d8Ks=";
  };

  build-system = [ flit-core ];