python3Packages.sphinxcontrib-plantuml: 0.20 -> 0.21
This commit is contained in:
parent
c551677454
commit
1175660d4b
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "sphinxcontrib-plantuml";
|
||||
version = "0.20";
|
||||
version = "0.21";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "041d8f79599522949eda129146a60955d0b7544963790411106fff6f9f3daab4";
|
||||
sha256 = "53e1808dc2b1f3ec20c177fa3fa6d438d75ef572a25a489e330bb01130508d87";
|
||||
};
|
||||
|
||||
# No tests included.
|
||||
|
|
Loading…
Reference in a new issue