Skip to content

Commit

Permalink
python312Packages.recurring-ical-events: 3.4.0 -> 3.4.1 (#375643)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Jan 21, 2025
2 parents 7f67e68 + 32540cf commit 78c0386
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

disabled = pythonOlder "3.8";

Expand All @@ -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 ];
Expand Down

0 comments on commit 78c0386

Please sign in to comment.