python3Packages.httptools: 0.2.0 -> 0.3.0

This commit is contained in:
Martin Weinelt 2021-08-26 21:32:35 +02:00
parent 4f36e433a6
commit b513db6ae1

View File

@ -6,12 +6,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "httptools"; pname = "httptools";
version = "0.2.0"; version = "0.3.0";
disabled = isPy27; disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "94505026be56652d7a530ab03d89474dc6021019d6b8682281977163b3471ea0"; sha256 = "3f9b4856d46ba1f0c850f4e84b264a9a8b4460acb20e865ec00978ad9fbaa4cf";
}; };
# tests are not included in pypi tarball # tests are not included in pypi tarball