python3Packages.sphinxcontrib-plantuml: 0.23 -> 0.24
This commit is contained in:
parent
1e8c6bc0c3
commit
2600469082
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sphinxcontrib-plantuml";
|
pname = "sphinxcontrib-plantuml";
|
||||||
version = "0.23";
|
version = "0.24";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-HVVRjwqG7NbJa6j/jIhK3KBbrD5Y52ppKjzRmqf0Ks8=";
|
sha256 = "sha256-z2Xbc1j3haZJjuA+cZi2aAxiXSjlWzNHX8P2yUNRRR0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# No tests included.
|
# No tests included.
|
||||||
|
Loading…
Reference in New Issue
Block a user