summary refs log tree commit diff
path: root/pkgs/development/python-modules/python_docs_theme/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python_docs_theme/default.nix')
-rw-r--r--pkgs/development/python-modules/python_docs_theme/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python_docs_theme/default.nix b/pkgs/development/python-modules/python_docs_theme/default.nix
index 4e7f9ff8488..1e3776b906a 100644
--- a/pkgs/development/python-modules/python_docs_theme/default.nix
+++ b/pkgs/development/python-modules/python_docs_theme/default.nix
@@ -2,14 +2,14 @@
 
 buildPythonPackage rec {
   pname = "python_docs_theme";
-  version = "2023.3.1";
+  version = "2023.7";
   format = "flit";
 
   src = fetchFromGitHub {
     owner = "python";
     repo = "python-docs-theme";
-    rev = version;
-    sha256 = "sha256-WyO5Xc67k5ExB4eCFd17sZCBMaV5djle9BAM0tn5CPc=";
+    rev = "refs/tags/${version}";
+    sha256 = "sha256-43/TlgYm7Q4ZtY25MiLU9fd1atDmiDUeUK6AYfDfmag=";
   };
 
   propagatedBuildInputs = [ sphinx ];