python3Packages.gcsa: 2.6.0 -> 2.7.0 (#542768)

This commit is contained in:
Nick Cao
2026-07-17 14:53:10 +00:00
committed by GitHub

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "gcsa";
version = "2.6.0";
version = "2.7.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "kuzmoyev";
repo = "google-calendar-simple-api";
rev = "v${version}";
hash = "sha256-I4IKuG9/4/JrEQ7PD1BwGFmCa1q3GOe4srHmpwt1OUU=";
hash = "sha256-lDmdV1F/EFtZEhq4ufH9nPvzNZ9msUGNZcmWiVTTTWc=";
};
propagatedBuildInputs = [