Merge pull request #188127 from r-ryantm/auto-update/python310Packages.sphinx-design

python310Packages.sphinx-design: 0.2.0 -> 0.3.0

authored by

Mario Rodas and committed by
GitHub
76d9fe6d d412f7aa

+2 -2
+2 -2
pkgs/development/python-modules/sphinx-design/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "sphinx-design"; 11 - version = "0.2.0"; 11 + version = "0.3.0"; 12 12 13 13 format = "flit"; 14 14 ··· 17 17 src = fetchPypi { 18 18 inherit version; 19 19 pname = "sphinx_design"; 20 - sha256 = "b148a5258061a46ee826d57ea0729260f29b4e9131d2a681545e0d4f3c0f19ee"; 20 + sha256 = "sha256-cYP6H65Vs37wG9pRJaIe6EH1u8v1mjU4K+WYGAxM77o="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ flit-core ];