python3Packages.httptools: 0.6.0 -> 0.6.1

https://github.com/MagicStack/httptools/releases/tag/v0.6.1
This commit is contained in:
Martin Weinelt 2023-12-03 00:01:01 +01:00
parent f4843bd5b2
commit 77c954b7dc
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "httptools";
version = "0.6.0";
version = "0.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-n8bkCa04y9aLF3zVFY/EBCx5a4LKiNmex48HvtbGt5Y=";
hash = "sha256-xuJsMEVWALldlLG4NghROOgvF3NRRU7oQcFI+TqbrVo=";
};
# Tests are not included in pypi tarball