python2Packages.pythonefl: 1.16.0 -> 1.17.0
This commit is contained in:
parent
7fb2291f55
commit
eaab584a3f
@ -24047,12 +24047,13 @@ in modules // {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Should be bumped along with EFL!
|
||||||
pythonefl = buildPythonPackage rec {
|
pythonefl = buildPythonPackage rec {
|
||||||
name = "python-efl-${version}";
|
name = "python-efl-${version}";
|
||||||
version = "1.16.0";
|
version = "1.17.0";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://download.enlightenment.org/rel/bindings/python/${name}.tar.xz";
|
url = "http://download.enlightenment.org/rel/bindings/python/${name}.tar.xz";
|
||||||
sha256 = "142ffki41xj0z2dnf011g8j4b35waviprk4x1dhvy1wgqdywl61l";
|
sha256 = "0yciffcgmyfmy95gidg9jhczv96jyi38zcdj0q19fjmx704zx84y";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user