Merge pull request #190353 from r-ryantm/auto-update/python3.10-gcal-sync

python310Packages.gcal-sync: 0.10.0 -> 0.11.0
This commit is contained in:
Jonas Heinrich 2022-09-09 11:57:38 +02:00 committed by GitHub
commit 19fdf50746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "gcal-sync"; pname = "gcal-sync";
version = "0.10.0"; version = "0.11.0";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "allenporter"; owner = "allenporter";
repo = "gcal_sync"; repo = "gcal_sync";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-RwQOLeOGxT8FijDSrByhZC/T8pFRDfJbA1eAQ1l4qUU="; hash = "sha256-7eaAgGVPzBc2A57VAlLZvz+SYl8G7hv2iCDAOh8Gmoc=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [