Unverified Commit bad00c9e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.ical: 9.2.2 -> 9.2.4

parent efe860c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "ical";
  version = "9.2.2";
  version = "9.2.4";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "allenporter";
    repo = "ical";
    tag = version;
    hash = "sha256-eh8XOKn7Xo4JprMwVVdsBWdXajn2URYVR5tz2y2wKrg=";
    hash = "sha256-R9BuCLuVYuUvrmF/arEDsUPPUeSLjpqiEJ/ovvGIsYQ=";
  };

  build-system = [ setuptools ];