Merge pull request #238671 from r-ryantm/auto-update/python310Packages.gcal-sync

python310Packages.gcal-sync: 4.2.0 -> 4.2.1
This commit is contained in:
Fabian Affolter 2023-06-20 08:01:31 +02:00 committed by GitHub
commit 3bba96079d
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.2.0";
version = "4.2.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "gcal_sync";
rev = "refs/tags/${version}";
hash = "sha256-Z5XRyhObREj38BWnexQnwHS1y2Ewyv5/KPkl/ybHvUE=";
hash = "sha256-+ysm3THUet2gKHyVq0QoOxDem7ik4BK7bxVos9thExM=";
};
propagatedBuildInputs = [