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

authored by Nick Cao and committed by GitHub f3e5a264 fa4ae898

+3 -3
+3 -3
pkgs/development/python-modules/recurring-ical-events/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "recurring-ical-events"; 19 - version = "3.3.2"; 20 21 disabled = pythonOlder "3.8"; 22 ··· 25 src = fetchFromGitHub { 26 owner = "niccokunzmann"; 27 repo = "python-recurring-ical-events"; 28 - rev = "v${version}"; 29 - hash = "sha256-1cWjOaL+STrHMux/fc+FaRVQIOMcseznNRcghsV+DtM="; 30 }; 31 32 build-system = [ setuptools ];
··· 16 17 buildPythonPackage rec { 18 pname = "recurring-ical-events"; 19 + version = "3.3.3"; 20 21 disabled = pythonOlder "3.8"; 22 ··· 25 src = fetchFromGitHub { 26 owner = "niccokunzmann"; 27 repo = "python-recurring-ical-events"; 28 + rev = "refs/tags/v${version}"; 29 + hash = "sha256-gEatTTpRiqtDAn+JtoJuVHPYKmEkc5saw3hy4ZYZfX8="; 30 }; 31 32 build-system = [ setuptools ];