python: jedi: 0.15.2 -> 0.17.0
This commit is contained in:
parent
aaec156d64
commit
a1795a2f3a
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jedi";
|
pname = "jedi";
|
||||||
version = "0.15.2";
|
version = "0.17.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "e909527104a903606dd63bea6e8e888833f0ef087057829b89a18364a856f807";
|
sha256 = "df40c97641cb943661d2db4c33c2e1ff75d491189423249e989bcea4464f3030";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue