Mario Rodas 2023-04-13 04:20:00 +00:00
parent 94ffd78dc4
commit 85ca295423
2 changed files with 3 additions and 2 deletions

View file

@ -65,6 +65,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"docutils"
"sphinx-design"
];
pythonImportsCheck = [

View file

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