python311Packages.guzzle-sphinx-theme: rename from guzzle_sphinx_theme

This commit is contained in:
natsukium 2023-10-16 14:55:46 +09:00
parent 0043b5ad30
commit ef9376fcce
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53
4 changed files with 6 additions and 4 deletions

View file

@ -1,10 +1,11 @@
{ lib, buildPythonPackage, sphinx, fetchPypi }:
buildPythonPackage rec {
pname = "guzzle_sphinx_theme";
pname = "guzzle-sphinx-theme";
version = "0.7.11";
src = fetchPypi {
inherit pname version;
pname = "guzzle_sphinx_theme";
inherit version;
sha256 = "1rnkzrrsbnifn3vsb4pfaia3nlvgvw6ndpxp7lzjrh23qcwid34v";
};

View file

@ -37,7 +37,7 @@ python3Packages.buildPythonApplication rec {
# docs
sphinxHook
guzzle_sphinx_theme
guzzle-sphinx-theme
# shell completions
installShellFiles

View file

@ -173,6 +173,7 @@ mapAliases ({
graphite_beacon = throw "graphite_beacon was removed, because it is no longer maintained"; # added 2022-07-09
grappelli_safe = grappelli-safe; # added 2023-10-08
grpc_google_iam_v1 = grpc-google-iam-v1; # added 2021-08-21
guzzle_sphinx_theme = guzzle-sphinx-theme; # added 2023-10-16
ha-av = throw "ha-av was removed, because it is no longer maintained"; # added 2022-04-06
HAP-python = hap-python; # added 2021-06-01
hangups = throw "hangups was removed because Google Hangouts has been shut down"; # added 2023-02-13

View file

@ -4805,7 +4805,7 @@ self: super: with self; {
else
throw "gurobipy not yet supported on ${stdenv.hostPlatform.system}";
guzzle_sphinx_theme = callPackage ../development/python-modules/guzzle_sphinx_theme { };
guzzle-sphinx-theme = callPackage ../development/python-modules/guzzle-sphinx-theme { };
gvm-tools = callPackage ../development/python-modules/gvm-tools { };