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

Merge pull request #82143 from r-ryantm/auto-update/python2.7-sphinxcontrib-plantuml

python27Packages.sphinxcontrib_plantuml: 0.17.1 -> 0.18

authored by

Mario Rodas and committed by
GitHub
29b79746 fe08f01f

+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.17.1"; 10 + version = "0.18"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "1amvczdin078ia1ax2379lklxr0bwjsrin96174dvssxpzjl04cc"; 14 + sha256 = "08555dndvp12g261wag3qklybdbfnjcmagh4gpl79k2kz5bqrk5c"; 15 15 }; 16 16 17 17 # No tests included.