python3Packages.pyipp: 0.10.1 -> 0.11.0

Loosens dependency requirements and thus fixes build with bumped yarl
version.
gstqt5
Martin Weinelt 2020-08-29 00:40:16 +02:00 committed by Jon
parent f31f620200
commit ed5c35626a
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@
buildPythonPackage rec {
pname = "pyipp";
version = "0.10.1";
version = "0.11.0";
disabled = isPy27;
src = fetchFromGitHub {
owner = "ctalkington";
repo = "python-ipp";
rev = version;
sha256 = "0y9mkrx66f4m77jzfgdgmvlqismvimb6hm61j2va7zapm8dyabvr";
sha256 = "0ar3mkyfa9qi3av3885bvacpwlxh420if9ymdj8i4x06ymzc213d";
};
propagatedBuildInputs = [