Merge pull request #191093 from r-ryantm/auto-update/python310Packages.httptools

python310Packages.httptools: 0.4.0 -> 0.5.0
This commit is contained in:
Mario Rodas
2022-09-17 10:41:52 -05:00
committed by GitHub
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "httptools";
version = "0.4.0";
version = "0.5.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-LJqTDDeLPRXWtpX7levP+BpzlbT5d1xPEKB2vrCywf8=";
sha256 = "sha256-KVh0hhwXP5EBlgu6MyQpu3ftTc2M31zumSLrAOT2vAk=";
};
# tests are not included in pypi tarball