mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 10:57:58 +00:00
Merge pull request #259870 from romildo/upd.python-efl
python3Packages.pythonefl: 1.26.0 -> 1.26.1
This commit is contained in:
commit
f82f259f02
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user