1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

python2Packages.pythonefl: 1.16.0 -> 1.17.0

This commit is contained in:
Nikolay Amiantov 2016-03-12 02:53:35 +03:00
parent 7fb2291f55
commit eaab584a3f

View file

@ -24047,12 +24047,13 @@ in modules // {
};
};
# Should be bumped along with EFL!
pythonefl = buildPythonPackage rec {
name = "python-efl-${version}";
version = "1.16.0";
version = "1.17.0";
src = pkgs.fetchurl {
url = "http://download.enlightenment.org/rel/bindings/python/${name}.tar.xz";
sha256 = "142ffki41xj0z2dnf011g8j4b35waviprk4x1dhvy1wgqdywl61l";
sha256 = "0yciffcgmyfmy95gidg9jhczv96jyi38zcdj0q19fjmx704zx84y";
};
preConfigure = ''