python: sphinxcontrib-spelling: 4.2.1 -> 4.3.0
This commit is contained in:
parent
f6054ea58c
commit
ac4437f480
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sphinxcontrib-spelling";
|
pname = "sphinxcontrib-spelling";
|
||||||
version = "4.2.1";
|
version = "4.3.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7bcbaabef7aa9c176b81d960b20d0f67817ccea5e098968c366d2db4ad76d476";
|
sha256 = "0304dac9286378f9c608af8d885a08fe03a9c62b3ebfa8802008018d92371c19";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ sphinx pyenchant pbr ];
|
propagatedBuildInputs = [ sphinx pyenchant pbr ];
|
||||||
|
Loading…
Reference in New Issue
Block a user