python3Packages.timezonefinder: 8.2.1 -> 8.2.2 (#504696)

This commit is contained in:
Nick Cao
2026-03-30 19:43:15 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "timezonefinder";
version = "8.2.1";
version = "8.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "jannikmi";
repo = "timezonefinder";
tag = finalAttrs.version;
hash = "sha256-OuNJ4C5/rQo8o7o8R39FvwqK7lS7IGGDjNaP2n3GTVU=";
hash = "sha256-af5ylGW3NIbMfJojfAUPJl9aGNDkhijj1YWLuE0o3/A=";
};
build-system = [ setuptools ];