Commit c794c406 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 34b47aac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "ical";
  version = "9.1.0";
  version = "9.2.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "allenporter";
    repo = "ical";
    tag = version;
    hash = "sha256-E5CIvjWi18E8PYuOsXhsQempa2pPw1frSWK+/R3UqmQ=";
    hash = "sha256-i3bfXdjTM3XLuTxxTV/qq+zDJvj8UVm2+8o1WbU8KLA=";
  };

  build-system = [ setuptools ];