python312Packages.recurring-ical-events: 3.3.2 -> 3.3.3 (#353368)

This commit is contained in:
Nick Cao 2024-11-03 08:56:26 -05:00 committed by GitHub
commit f3e5a264a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "recurring-ical-events";
version = "3.3.2";
version = "3.3.3";
disabled = pythonOlder "3.8";
@ -25,8 +25,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "niccokunzmann";
repo = "python-recurring-ical-events";
rev = "v${version}";
hash = "sha256-1cWjOaL+STrHMux/fc+FaRVQIOMcseznNRcghsV+DtM=";
rev = "refs/tags/v${version}";
hash = "sha256-gEatTTpRiqtDAn+JtoJuVHPYKmEkc5saw3hy4ZYZfX8=";
};
build-system = [ setuptools ];