Merge pull request #98896 from romildo/upd.efl

{enlightenment.efl,pythonPackages.pythonefl}: 1.24.3 -> 1.25.0
This commit is contained in:
José Romildo Malaquias
2020-09-28 09:04:45 -03:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "python-efl";
version = "1.24.0";
version = "1.25.0";
src = fetchurl {
url = "http://download.enlightenment.org/rel/bindings/python/${pname}-${version}.tar.xz";
sha256 = "1vk1cdd959gia4a9qzyq56a9zw3lqf9ck66k8c9g3c631mp5cfpy";
sha256 = "0bk161xwlz4dlv56r68xwkm8snzfifaxd1j7w2wcyyk4fgvnvq4r";
};
nativeBuildInputs = [ pkgconfig ];