Unverified Commit f82f259f authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

Merge pull request #259870 from romildo/upd.python-efl

python3Packages.pythonefl: 1.26.0 -> 1.26.1
parents 841c786d e41876e0
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

buildPythonPackage rec {
  pname = "python-efl";
  version = "1.26.0";
  version = "1.26.1";

  src = fetchurl {
    url = "http://download.enlightenment.org/rel/bindings/python/${pname}-${version}.tar.xz";
    sha256 = "0dj6f24n33hkpy0bkdclnzpxhvs8vpaxqaf7hkw0di19pjwrq25h";
    hash = "sha256-3Ns5fhIHihnpDYDnxvPP00WIZL/o1UWLzgNott4GKNc=";
  };

  nativeBuildInputs = [ pkg-config ];
@@ -48,8 +48,5 @@ buildPythonPackage rec {
    platforms = platforms.linux;
    license = with licenses; [ gpl3 lgpl3 ];
    maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
    # The generated files in the tarball aren't compatible with python 3.11
    # See https://sourceforge.net/p/enlightenment/mailman/message/37794291/
    broken = python.pythonAtLeast "3.11";
  };
}