From 291739ef515bb626577c0db23afd334d0ed62878 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 9 Jan 2026 09:47:25 +0100 Subject: [PATCH] python313Packages.timezonefinder: 8.2.0 -> 8.2.1 Diff: https://github.com/jannikmi/timezonefinder/compare/8.2.0...8.2.1 Changelog: https://github.com/jannikmi/timezonefinder/blob/8.2.1/CHANGELOG.rst --- pkgs/development/python-modules/timezonefinder/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/timezonefinder/default.nix b/pkgs/development/python-modules/timezonefinder/default.nix index 1681659714be..42133a7d339d 100644 --- a/pkgs/development/python-modules/timezonefinder/default.nix +++ b/pkgs/development/python-modules/timezonefinder/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "timezonefinder"; - version = "8.2.0"; + version = "8.2.1"; pyproject = true; src = fetchFromGitHub { owner = "jannikmi"; repo = "timezonefinder"; tag = version; - hash = "sha256-VIC+cLRDSaXLEz1Vpu6opoU5D0Q1xWaVq4OqzRBTiDw="; + hash = "sha256-OuNJ4C5/rQo8o7o8R39FvwqK7lS7IGGDjNaP2n3GTVU="; }; build-system = [ setuptools ];