nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python310Packages.sphinxcontrib-plantuml: 0.25 -> 0.26

+2 -2
+2 -2
pkgs/development/python-modules/sphinxcontrib-plantuml/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "sphinxcontrib-plantuml"; 11 - version = "0.25"; 11 + version = "0.26"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-j95THZLRz8KBf+Nkez8tB+dmgsSoSInASlPoMffFRDI="; 18 + hash = "sha256-rbM5fVywYTYyzT2teJQ4FCK6wkRkw5PLBQQE3WcSsac="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [