Merge pull request #161026 from r-ryantm/auto-update/python3.10-Protego

python310Packages.protego: 0.2.0 -> 0.2.1

authored by Mario Rodas and committed by GitHub a2535f3f 8a9e2203

+2 -2
+2 -2
pkgs/development/python-modules/protego/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "Protego"; 10 - version = "0.2.0"; 11 12 src = fetchPypi { 13 inherit pname version; 14 - sha256 = "sha256-G5lgVhekLOB7BJ4LnW3D7l77mSTyb9EV6q+8j5o3Rw4="; 15 }; 16 propagatedBuildInputs = [ six ]; 17
··· 7 8 buildPythonPackage rec { 9 pname = "Protego"; 10 + version = "0.2.1"; 11 12 src = fetchPypi { 13 inherit pname version; 14 + sha256 = "sha256-32ZtQwTat3Ti3J/rIIuxrI1x6lzuwS9MmeujD71kL/I="; 15 }; 16 propagatedBuildInputs = [ six ]; 17