python312Packages.gcal-sync: 7.0.1 -> 7.1.0 (#411434)

This commit is contained in:
dotlambda
2025-05-27 08:00:57 -07:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "gcal-sync";
version = "7.0.1";
version = "7.1.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "gcal_sync";
tag = version;
hash = "sha256-MeXmVQ1NIlxccWM1fvmM8up+oOGEWKwC8GRx9NDxdyQ=";
hash = "sha256-jdhPoZdkgMg9TBIV9j3dvaEnEOpOoa1OKBeR1YAWWKs=";
};
build-system = [ setuptools ];