python3Packages.pyipp: 0.10.1 -> 0.11.0
Loosens dependency requirements and thus fixes build with bumped yarl version.
This commit is contained in:
parent
f31f620200
commit
ed5c35626a
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyipp";
|
pname = "pyipp";
|
||||||
version = "0.10.1";
|
version = "0.11.0";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ctalkington";
|
owner = "ctalkington";
|
||||||
repo = "python-ipp";
|
repo = "python-ipp";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0y9mkrx66f4m77jzfgdgmvlqismvimb6hm61j2va7zapm8dyabvr";
|
sha256 = "0ar3mkyfa9qi3av3885bvacpwlxh420if9ymdj8i4x06ymzc213d";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user