Commit 6a037c56 authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.icalevents: fix compatibility with icalendar v6

parent 0a3284c4
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch2,
  pythonOlder,
  pytestCheckHook,
  poetry-core,
@@ -25,6 +26,14 @@ buildPythonPackage rec {
    hash = "sha256-Bp+Wz88q65Gem8LyRz0A4xE5hIgOD+iZ7E1UlnfFiD4=";
  };

  patches = [
    (fetchpatch2 {
      name = "icalendar-v6-compat.patch";
      url = "https://github.com/jazzband/icalevents/commit/fa925430bd63e46b0941b84a1ae2c9a063f2f720.patch";
      hash = "sha256-MeRC3iJ5raKvl9udzv/44Vs34LxSzq1S6VVKAVFSpiY=";
    })
  ];

  build-system = [
    poetry-core
  ];