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

python310Packages.sphinx-design: 0.3.0 -> 0.4.1
This commit is contained in:
Mario Rodas 2023-04-15 07:53:15 -05:00 committed by GitHub
commit 03bf6d50af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 ];