Merge pull request #139427 from r-ryantm/auto-update/python3.8-sphinxcontrib-plantuml

python38Packages.sphinxcontrib-plantuml: 0.21 -> 0.22

authored by

Mario Rodas and committed by
GitHub
f5a2a8f2 0e1d5c79

+2 -2
+2 -2
pkgs/development/python-modules/sphinxcontrib-plantuml/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "sphinxcontrib-plantuml"; 10 - version = "0.21"; 10 + version = "0.22"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "53e1808dc2b1f3ec20c177fa3fa6d438d75ef572a25a489e330bb01130508d87"; 14 + sha256 = "a42c7a13ab1ae9ed18e8e8b0f76b8d35dc476fdebe6e634354fe6fd0f261f686"; 15 15 }; 16 16 17 17 # No tests included.