lol

python311Packages.gcal-sync: 4.2.1 -> 5.0.0

Diff: https://github.com/allenporter/gcal_sync/compare/refs/tags/4.2.1...5.0.0

Changelog: https://github.com/allenporter/gcal_sync/releases/tag/5.0.0

+2 -2
+2 -2
pkgs/development/python-modules/gcal-sync/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "gcal-sync"; 16 - version = "4.2.1"; 16 + version = "5.0.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.9"; ··· 22 22 owner = "allenporter"; 23 23 repo = "gcal_sync"; 24 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-+ysm3THUet2gKHyVq0QoOxDem7ik4BK7bxVos9thExM="; 25 + hash = "sha256-vlPAAGY6h/nV9bNOUXharm1aeKfaL7ImzbvAPlpMV5k="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [