python310Packages.treq: 22.1.0 -> 22.2.0

This commit is contained in:
R. Ryantm 2022-02-10 14:18:22 +00:00 committed by Jonathan Ringer
parent 0025dce444
commit dc1c436051

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "treq";
version = "22.1.0";
version = "22.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-d1WBYEkZo9echFQBWYoP0HDKvG3oOEBHLY6fpxXy02w=";
sha256 = "sha256-33V+PxQfx4Lt4HamBFIRlP/LQPomRc9I5aNwYDB/Uuw=";
};
propagatedBuildInputs = [