Merge pull request #302869 from r-ryantm/auto-update/python312Packages.python-docs-theme

python312Packages.python-docs-theme: 2024.3 -> 2024.4

authored by Nick Cao and committed by GitHub 580088da 77991a85

+2 -2
+2 -2
pkgs/development/python-modules/python-docs-theme/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "python-docs-theme"; 11 - version = "2024.3"; 12 pyproject = true; 13 14 disabled = pythonOlder "3.8"; ··· 17 owner = "python"; 18 repo = "python-docs-theme"; 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-caQqoXKdKA0W5qLphYbTxrP8Qx5teJD5+MSyaifyf/A="; 21 }; 22 23 nativeBuildInputs = [
··· 8 9 buildPythonPackage rec { 10 pname = "python-docs-theme"; 11 + version = "2024.4"; 12 pyproject = true; 13 14 disabled = pythonOlder "3.8"; ··· 17 owner = "python"; 18 repo = "python-docs-theme"; 19 rev = "refs/tags/${version}"; 20 + hash = "sha256-x1r71/Urpqf0FtL2Bao5SgsRQfmwym34F7qYzxFkT5c="; 21 }; 22 23 nativeBuildInputs = [