python312Packages.gcal-sync: 6.1.0 -> 6.1.4

https://github.com/allenporter/gcal_sync/releases/tag/6.1.4
This commit is contained in:
Martin Weinelt
2024-07-03 22:56:07 +02:00
parent 78ae1be884
commit afe910eda4
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "gcal-sync";
version = "6.1.0";
version = "6.1.4";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "gcal_sync";
rev = "refs/tags/${version}";
hash = "sha256-mZn/3oROIUSv6cCxXs3rBJtlmKsqNflTW2pcER8GisE=";
hash = "sha256-aKLuv/hH9ZVM8WeUwCtJ6BB2/aQh6NHJKh890hR23eM=";
};
nativeBuildInputs = [ setuptools ];