Unverified Commit 5d28c263 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.recurring-ical-events: 3.8.1 -> 3.8.2 (#515513)

parents 872f3c32 fa859354
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "recurring-ical-events";
  version = "3.8.1";
  version = "3.8.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "niccokunzmann";
    repo = "python-recurring-ical-events";
    tag = "v${version}";
    hash = "sha256-34j4N8ICQzcW3/YQ1Yk8TKrcBlqg0fbx/5PnJ+fZjfE=";
    hash = "sha256-tCtqLT+so4hBvjPB/hFogXzuje1YdGFtq9BmVKKyqoQ=";
  };

  postPatch = ''