lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.icalevents: 0.3.0 -> 0.3.1

R. Ryantm 780bf15d 62588b43

+2 -2
+2 -2
pkgs/development/python-modules/icalevents/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "icalevents"; 17 - version = "0.3.0"; 17 + version = "0.3.1"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "jazzband"; 24 24 repo = "icalevents"; 25 25 tag = version; 26 - hash = "sha256-PHx83oHhKdKxvO+mBc5tLonAxn1zJUQL3+u+1BRhxvA="; 26 + hash = "sha256-QDqmcZY/UANVKRjk1ZFEFHgrjtD+hXE4qd3tX64sE7c="; 27 27 }; 28 28 29 29 build-system = [