Commit 32540cf7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.recurring-ical-events: 3.4.0 -> 3.4.1

parent eca7c9bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "recurring-ical-events";
  version = "3.4.0";
  version = "3.4.1";

  disabled = pythonOlder "3.8";

@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "niccokunzmann";
    repo = "python-recurring-ical-events";
    tag = "v${version}";
    hash = "sha256-+spbfeJ1hMMQqLj9IIu2xj4J6y1r2f94b4NK8vcDF5M=";
    hash = "sha256-JhGKowFtRJwLj/5J1lNpgMTl1d+oWsmV4wI3hfOW5io=";
  };

  build-system = [ setuptools ];