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

This commit is contained in:
R. Ryantm
2025-01-21 21:08:48 +00:00
parent eca7c9bba8
commit 32540cf763
@@ -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 ];