python3Packages.gcal-sync: 7.1.0 -> 7.2.0

This commit is contained in:
R. Ryantm
2025-06-30 19:34:43 +00:00
parent 429b4bdce5
commit 1171fe85c8
@@ -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 ];