7 buildPythonPackage rec {
9 version = "2024.1.0.20240203";
13 inherit pname version;
14 hash = "sha256-yTdR7iDfxuBUoBSPj1InuaALeckKTTyfRkcRpzF5yJ4=";
21 # Modules doesn't have tests
24 pythonImportsCheck = [
29 description = "Typing stubs for pytz";
30 homepage = "https://github.com/python/typeshed";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ fab ];