Loading pkgs/development/python-modules/python-docs-theme/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -9,16 +9,16 @@ buildPythonPackage rec { pname = "python-docs-theme"; version = "2025.2"; version = "2025.4.1"; pyproject = true; disabled = pythonOlder "3.9"; disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "python"; repo = "python-docs-theme"; tag = version; hash = "sha256-+QOtlgWGPcuKZOfuE0l08GUetR0DZvMzsk8Xl8KaZcQ="; hash = "sha256-fHhgr8JPNLpATAGOBE1lJYA5rBNKZg5paY+MQsgWXqQ="; }; build-system = [ flit-core ]; Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { meta = with lib; { description = "Sphinx theme for CPython project"; homepage = "https://github.com/python/python-docs-theme"; changelog = "https://github.com/python/python-docs-theme/blob/${version}/CHANGELOG.rst"; changelog = "https://github.com/python/python-docs-theme/blob/${src.tag}/CHANGELOG.rst"; license = licenses.psfl; maintainers = with maintainers; [ kaction ]; }; Loading Loading
pkgs/development/python-modules/python-docs-theme/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -9,16 +9,16 @@ buildPythonPackage rec { pname = "python-docs-theme"; version = "2025.2"; version = "2025.4.1"; pyproject = true; disabled = pythonOlder "3.9"; disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "python"; repo = "python-docs-theme"; tag = version; hash = "sha256-+QOtlgWGPcuKZOfuE0l08GUetR0DZvMzsk8Xl8KaZcQ="; hash = "sha256-fHhgr8JPNLpATAGOBE1lJYA5rBNKZg5paY+MQsgWXqQ="; }; build-system = [ flit-core ]; Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { meta = with lib; { description = "Sphinx theme for CPython project"; homepage = "https://github.com/python/python-docs-theme"; changelog = "https://github.com/python/python-docs-theme/blob/${version}/CHANGELOG.rst"; changelog = "https://github.com/python/python-docs-theme/blob/${src.tag}/CHANGELOG.rst"; license = licenses.psfl; maintainers = with maintainers; [ kaction ]; }; Loading