python3Packages.tzlocal: 5.3.1 -> 5.4.4

https://github.com/regebro/tzlocal/blob/5.4.4/CHANGES.txt
This commit is contained in:
Martin Weinelt
2026-07-13 01:58:52 +02:00
parent 6b07c44ce1
commit b0f18c2b60

View File

@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "tzlocal";
version = "5.3.1"; # version needs to be compatible with APScheduler
version = "5.4.4"; # version needs to be compatible with APScheduler
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zO/8ft7O/qH1lVQdvW6ZDLHqPRm/AbKAnzYqA915If0=";
hash = "sha256-jbuGYIOGiKe2uk/tMdGN7fhCr7TUfKBQ1tiRwsFfO+Q=";
};
nativeBuildInputs = [ setuptools ];