python3Packages.ipfsapi: fix eval
This commit is contained in:
parent
3904d4d477
commit
c3ee8aaddf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
, requests
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
buildPythonPackage rec {
|
||||
pname = "ipfsapi";
|
||||
version = "0.7.0";
|
||||
disabled = isPy27;
|
||||
|
|
Loading…
Reference in a new issue