python310Packages.gcal-sync: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2022-06-20 10:31:27 +00:00 committed by Robert Schütz
parent ffaa3ee784
commit ce83dc760c

View File

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