lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.plantuml-markdown: 3.9.1 -> 3.9.2

+2 -2
+2 -2
pkgs/development/python-modules/plantuml-markdown/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "plantuml-markdown"; 16 - version = "3.9.1"; 16 + version = "3.9.2"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "mikitex70"; 23 23 repo = pname; 24 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-5+l3JkK/8S1KFXqa0++l3mIQ2KCpHe9+DiVqasBAZA0="; 25 + hash = "sha256-k4Xs1w/26QAfNdJY6P1gpJkBzg/tWi7vDFKZi7naVHo="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [