python310Packages.gcal-sync: 0.8.1 -> 0.9.0

This commit is contained in:
R. Ryantm 2022-05-20 10:13:50 +00:00 committed by Robert Schütz
parent 42da4ace4c
commit fc76b27ae7

View File

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