python3Packages.gcal-sync: 7.1.0 -> 7.2.0 (#421332)

This commit is contained in:
dotlambda
2025-06-30 16:28:44 -07:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "gcal-sync";
version = "7.1.0";
version = "7.2.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "gcal_sync";
tag = version;
hash = "sha256-jdhPoZdkgMg9TBIV9j3dvaEnEOpOoa1OKBeR1YAWWKs=";
hash = "sha256-cdQwjjZNQlIj6oN4kJ53B576pKkLeYiXjGWqMB/EReU=";
};
build-system = [ setuptools ];