Martin Weinelt 2023-11-22 15:27:48 +01:00
parent 5614bbae90
commit be884b15c4
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -9,12 +9,13 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "gcal-sync";
version = "5.0.0";
format = "setuptools";
version = "6.0.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -22,9 +23,13 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "gcal_sync";
rev = "refs/tags/${version}";
hash = "sha256-vlPAAGY6h/nV9bNOUXharm1aeKfaL7ImzbvAPlpMV5k=";
hash = "sha256-8ye15xn6h2YOMQTC1iJtY05WXe4bKyOn3tvPfNdS3y0=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
aiohttp
ical