Merge pull request #259520 from r-ryantm/auto-update/python311Packages.python_docs_theme

python311Packages.python_docs_theme: 2023.7 -> 2023.9
This commit is contained in:
Nick Cao 2023-10-07 13:00:26 -04:00 committed by GitHub
commit 3713f7144f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];