Unverified Commit 03bf6d50 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #226090 from marsam/update-sphinx-design

python310Packages.sphinx-design: 0.3.0 -> 0.4.1
parents 280b1cdc 85ca2954
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ buildPythonPackage rec {

  pythonRelaxDeps = [
    "docutils"
    "sphinx-design"
  ];

  pythonImportsCheck = [
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "sphinx-design";
  version = "0.3.0";
  version = "0.4.1";

  format = "flit";

@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "sphinx_design";
    hash = "sha256-cYP6H65Vs37wG9pRJaIe6EH1u8v1mjU4K+WYGAxM77o=";
    hash = "sha256-W2QYukotw9g1kuoP9hpSqJH+chlaTDoYsvocdmjORwg=";
  };

  nativeBuildInputs = [ flit-core ];