mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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:
commit
a2535f3feb
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user