python310Packages.gcal-sync: 4.0.2 -> 4.0.3

Changelog: https://github.com/allenporter/gcal_sync/releases/tag/4.0.3
This commit is contained in:
Fabian Affolter
2022-11-25 19:05:01 +01:00
parent e8667afe7e
commit b5d372ad26
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "gcal-sync";
version = "4.0.2";
version = "4.0.3";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "gcal_sync";
rev = "refs/tags/${version}";
hash = "sha256-KvWLaGTCIjHZpCiex2quIGsl+IZsM2aEARxGJbcR8lc=";
hash = "sha256-FDxyuSR0Ekal/3+OhR3Z0pkiWYMToeCcfwBQp3bjnyw=";
};
propagatedBuildInputs = [