Martin Weinelt 2024-10-31 11:46:38 +01:00
parent 26608c5e4a
commit d629877745
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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