python312Packages.gcal-sync: 6.1.4 -> 6.1.5 (#345463)

This commit is contained in:
Fabian Affolter 2024-10-02 00:16:39 +02:00 committed by GitHub
commit 7d172e1df0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "gcal-sync";
version = "6.1.4";
version = "6.1.5";
pyproject = true;
disabled = pythonOlder "3.10";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "gcal_sync";
rev = "refs/tags/${version}";
hash = "sha256-aKLuv/hH9ZVM8WeUwCtJ6BB2/aQh6NHJKh890hR23eM=";
hash = "sha256-qEvXSyiqTj5rLI+voieNzCUKsOxcJVhI0z3pbbL7VcQ=";
};
nativeBuildInputs = [ setuptools ];