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

python310Packages.protego: 0.2.0 -> 0.2.1
This commit is contained in:
Mario Rodas 2022-02-20 08:30:10 -05:00 committed by GitHub
commit a2535f3feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "Protego";
version = "0.2.0";
version = "0.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-G5lgVhekLOB7BJ4LnW3D7l77mSTyb9EV6q+8j5o3Rw4=";
sha256 = "sha256-32ZtQwTat3Ti3J/rIIuxrI1x6lzuwS9MmeujD71kL/I=";
};
propagatedBuildInputs = [ six ];