Unverified Commit ef9376fc authored by natsukium's avatar natsukium
Browse files

python311Packages.guzzle-sphinx-theme: rename from guzzle_sphinx_theme

parent 0043b5ad
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
{ 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";
  };

+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ python3Packages.buildPythonApplication rec {

    # docs
    sphinxHook
    guzzle_sphinx_theme
    guzzle-sphinx-theme

    # shell completions
    installShellFiles
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 { };