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

python311Packages.gcal-sync: 6.0.1 -> 6.0.3
This commit is contained in:
Fabian Affolter 2023-11-25 09:06:32 +01:00 committed by GitHub
commit 56345b210b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "gcal-sync";
version = "6.0.1";
version = "6.0.3";
pyproject = true;
disabled = pythonOlder "3.10";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "gcal_sync";
rev = "refs/tags/${version}";
hash = "sha256-8ye15xn6h2YOMQTC1iJtY05WXe4bKyOn3tvPfNdS3y0=";
hash = "sha256-i5K4kJcieugPkXIuDje8tk5TEX6EwDywUB6MByLmukA=";
};
nativeBuildInputs = [