python310Packages.gcal-sync: 0.11.0 -> 1.0.0

This commit is contained in:
R. Ryantm 2022-10-16 00:23:46 +00:00 committed by Jonathan Ringer
parent 56a5d8ed7d
commit 984ace9dc8

View File

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