Commit 4e63d731 authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.pydata-sphinx-theme: 0.13.3 -> 0.14.0

parent 3b1f3712
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pydata-sphinx-theme";
  version = "0.13.3";
  version = "0.14.0";

  format = "wheel";

@@ -23,7 +23,7 @@ buildPythonPackage rec {
    dist = "py3";
    python = "py3";
    pname = "pydata_sphinx_theme";
    hash = "sha256-v0HKbBxiFukp4og05AS/yQ4IC1GRW751Y7Xm/acDVPA=";
    hash = "sha256-vffSdZFOdnVijKK/brOiHQ76DmuZo6VCGDJZQHZ1TDM=";
  };

  propagatedBuildInputs = [
@@ -42,6 +42,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Bootstrap-based Sphinx theme from the PyData community";
    homepage = "https://github.com/pydata/pydata-sphinx-theme";
    changelog = "https://github.com/pydata/pydata-sphinx-theme/releases/tag/v${version}";
    license = licenses.bsd3;
    maintainers = with maintainers; [ marsam ];
  };