hpp2plantuml: 0.8.5 -> 0.8.6 (#363931)

This commit is contained in:
Nick Cao
2024-12-10 09:31:56 -05:00
committed by GitHub

View File

@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "hpp2plantuml";
version = "0.8.5";
version = "0.8.6";
format = "wheel";
src = fetchPypi {
inherit pname version format;
hash = "sha256-PfTJmBypI21AAK3sMojygQfrhnRqcMmVCW4dxGfDfQg=";
hash = "sha256-9FggDDOxWr4z1DBbvYLyvgs3CCguFjq3I4E9ULwL0+Q=";
};
propagatedBuildInputs = with python3Packages; [