Merge pull request #202886 from fabaff/gcal-sync-bump

python310Packages.gcal-sync: 4.0.2 -> 4.0.3
This commit is contained in:
Fabian Affolter 2022-11-26 08:46:01 +01:00 committed by GitHub
commit 62421e2d30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [