Merge pull request #72027 from romildo/upd.efl

enlightenment.efl: 1.22.5 -> 1.23.1
This commit is contained in:
José Romildo Malaquias
2019-10-31 11:01:52 -03:00
committed by GitHub
7 changed files with 46 additions and 44 deletions

View File

@@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "python-efl";
version = "1.22.0";
version = "1.23.0";
src = fetchurl {
url = "http://download.enlightenment.org/rel/bindings/python/${pname}-${version}.tar.xz";
sha256 = "1qhy63c3fs2bxkx2np5z14hyxbr12ii030crsjnhpbyw3mic0s63";
sha256 = "16yn6a1b9167nfmryyi44ma40m20ansfpwgrvqzfvwix7qaz9pib";
};
nativeBuildInputs = [ pkgconfig ];
@@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = https://phab.enlightenment.org/w/projects/python_bindings_for_efl/;
platforms = platforms.linux;
license = with licenses; [ gpl3 lgpl3 ];
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ];
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx romildo ];
};
}