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

python312Packages.python-docs-theme: 2024.2 -> 2024.3
This commit is contained in:
Nick Cao 2024-03-22 20:23:09 -04:00 committed by GitHub
commit da918eed37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "python-docs-theme";
version = "2024.2";
version = "2024.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "python";
repo = "python-docs-theme";
rev = "refs/tags/${version}";
hash = "sha256-5qn/bROc3wekTyYq+e7rLpJjeI8IBByKvrOE4Kw0fjQ=";
hash = "sha256-caQqoXKdKA0W5qLphYbTxrP8Qx5teJD5+MSyaifyf/A=";
};
nativeBuildInputs = [