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 { buildPythonPackage rec {
pname = "gcal-sync"; pname = "gcal-sync";
version = "0.9.0"; version = "0.10.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-7XvwN1sShvmg7Co3FyzPYJFCe961Ly4/854A1po22ds="; hash = "sha256-RwQOLeOGxT8FijDSrByhZC/T8pFRDfJbA1eAQ1l4qUU=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [