Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.gcal-sync: update disabled

authored by Fabian Affolter and committed by GitHub 27e44e48 87caf6b8

+1 -1
+1 -1
pkgs/development/python-modules/gcal-sync/default.nix
··· 16 16 version = "5.0.0"; 17 17 format = "setuptools"; 18 18 19 - disabled = pythonOlder "3.9"; 19 + disabled = pythonOlder "3.10"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "allenporter";