pythonefl: 1.18.0 -> 1.19.0

This commit is contained in:
romildo 2017-04-21 15:16:39 -03:00
parent 1141264c3a
commit d03ee9df41

View File

@ -29223,10 +29223,10 @@ EOF
# Should be bumped along with EFL! # Should be bumped along with EFL!
pythonefl = buildPythonPackage rec { pythonefl = buildPythonPackage rec {
name = "python-efl-${version}"; name = "python-efl-${version}";
version = "1.18.0"; version = "1.19.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 = "0p92xsw7sh7965mb097lxy98va5xsrkxdqqaq11fhkpwqccy2l8p"; sha256 = "105qykdd04mlyzwzyscw6mlc7ajl4wbwhq87ncy1jvw8jjh6jads";
}; };
preConfigure = '' preConfigure = ''
@ -29241,9 +29241,9 @@ EOF
meta = { meta = {
description = "Python bindings for EFL and Elementary"; description = "Python bindings for EFL and Elementary";
homepage = http://enlightenment.org/; homepage = http://enlightenment.org/;
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ];
}; };
}; };