mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
python3Packages.httptools: 0.2.0 -> 0.3.0
This commit is contained in:
parent
b919b3eae4
commit
8585fcd1aa
@ -6,12 +6,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "httptools";
|
||||
version = "0.2.0";
|
||||
version = "0.3.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "94505026be56652d7a530ab03d89474dc6021019d6b8682281977163b3471ea0";
|
||||
sha256 = "3f9b4856d46ba1f0c850f4e84b264a9a8b4460acb20e865ec00978ad9fbaa4cf";
|
||||
};
|
||||
|
||||
# tests are not included in pypi tarball
|
||||
|
Loading…
Reference in New Issue
Block a user