8 buildPythonPackage rec {
10 version = "2024.1.28";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-xf46ih7viVUKNIT1tLs5MQPNjNtQlQ2N9BJIGPt4Srk=";
29 pythonImportsCheck = [
34 description = "Overview of the Python stdlib";
35 homepage = "https://github.com/omnilib/stdlibs";
36 changelog = "https://github.com/omnilib/stdlibs/blob/${version}/CHANGELOG.md";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];