diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-09-05 21:32:21 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-09-05 21:32:21 +0000 |
| commit | 53d13c61cad552a00d01220375a267afaf9a6a76 (patch) | |
| tree | 5db82fb835dd586e48ab1bbe20f62bbdbbe09875 /pkgs/development/python-modules/python_docs_theme | |
| parent | 97927dfad9abf6f2d1b3144d069024911a7ecf1f (diff) | |
python310Packages.python_docs_theme: 2023.3.1 -> 2023.7
Diffstat (limited to 'pkgs/development/python-modules/python_docs_theme')
| -rw-r--r-- | pkgs/development/python-modules/python_docs_theme/default.nix | 6 |
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 4e7f9ff84884..1e3776b906a5 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 ]; |
