Martin Weinelt
2024-11-18 18:36:48 +01:00
parent 26608c5e4a
commit d629877745
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "httptools";
version = "0.6.1";
version = "0.6.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-xuJsMEVWALldlLG4NghROOgvF3NRRU7oQcFI+TqbrVo=";
hash = "sha256-TpPu5K3WSTtZpcUU2pjJObJE/OSg2Iec0/RmVi9LfVw=";
};
# Tests are not included in pypi tarball