forked from mirrors/nixpkgs
python3Packages.httptools: 0.1.1 -> 0.2.0
This commit is contained in:
parent
6ddc04c966
commit
1a18b363a0
|
@ -6,12 +6,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "httptools";
|
||||
version = "0.1.1";
|
||||
version = "0.2.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce";
|
||||
sha256 = "94505026be56652d7a530ab03d89474dc6021019d6b8682281977163b3471ea0";
|
||||
};
|
||||
|
||||
# tests are not included in pypi tarball
|
||||
|
|
Loading…
Reference in a new issue