summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-docs-theme
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-29 09:59:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-29 09:59:44 +0000
commit0d5ad472690745f479e63fdc2772383072b54ff7 (patch)
tree4d3e7f54d06ad134ae46307b4df31071c019fcfa /pkgs/development/python-modules/python-docs-theme
parent3b0201816178b4eebb20ba7996ff5bab223ddcac (diff)
python311Packages.python-docs-theme: 2023.9 -> 2024.1
Diffstat (limited to 'pkgs/development/python-modules/python-docs-theme')
-rw-r--r--pkgs/development/python-modules/python-docs-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-docs-theme/default.nix b/pkgs/development/python-modules/python-docs-theme/default.nix
index 464697c35bfa..270df8b2accf 100644
--- a/pkgs/development/python-modules/python-docs-theme/default.nix
+++ b/pkgs/development/python-modules/python-docs-theme/default.nix
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "python-docs-theme";
- version = "2023.9";
+ version = "2024.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "python";
repo = "python-docs-theme";
rev = "refs/tags/${version}";
- hash = "sha256-XVwMEfprTNdNnaW38HMCAu4CswdVjBXYtNWBgqXfbno=";
+ hash = "sha256-nU8KQu89/xWvR6xoIOKsGrOqDjFhA3TgHROHfbAqCRU=";
};
nativeBuildInputs = [