mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python313Packages.httptools: 0.6.1 -> 0.6.4
https://github.com/MagicStack/httptools/releases/tag/v0.6.2 https://github.com/MagicStack/httptools/releases/tag/v0.6.3 https://github.com/MagicStack/httptools/releases/tag/v0.6.4
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user