Merge pull request #196521 from r-ryantm/auto-update/python310Packages.gcal-sync

python310Packages.gcal-sync: 1.0.0 -> 1.1.0
This commit is contained in:
Fabian Affolter 2022-10-18 22:57:46 +02:00 committed by GitHub
commit ed91319722
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "gcal-sync";
version = "1.0.0";
version = "1.1.0";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "gcal_sync";
rev = "refs/tags/${version}";
hash = "sha256-zBWYhCzQDpjlEP1CzimcXpEaNbMCbZTWWyWC+JNZENU=";
hash = "sha256-IiBwqpglVC+M1NXSmidSEDjKcGn76aqPZclXK0vKsm8=";
};
propagatedBuildInputs = [