python311Packages.python_docs_theme: 2023.7 -> 2023.9

This commit is contained in:
R. Ryantm 2023-10-07 05:11:11 +00:00
parent 0b48455b2d
commit 3b61ce1df4

View File

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "python_docs_theme";
version = "2023.7";
version = "2023.9";
format = "pyproject";
src = fetchFromGitHub {
owner = "python";
repo = "python-docs-theme";
rev = "refs/tags/${version}";
sha256 = "sha256-43/TlgYm7Q4ZtY25MiLU9fd1atDmiDUeUK6AYfDfmag=";
sha256 = "sha256-XVwMEfprTNdNnaW38HMCAu4CswdVjBXYtNWBgqXfbno=";
};
nativeBuildInputs = [ flit-core ];