mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.lxml: 6.0.2 -> 6.1.0
https://github.com/lxml/lxml/blob/lxml-6.1.0/CHANGES.txt
This commit is contained in:
parent
e80b4d990b
commit
b4b0de8c25
1 changed files with 2 additions and 7 deletions
|
|
@ -18,21 +18,16 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "lxml";
|
||||
version = "6.0.2";
|
||||
version = "6.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lxml";
|
||||
repo = "lxml";
|
||||
tag = "lxml-${version}";
|
||||
hash = "sha256-Ri5SzfQJFghRcMAKHS5QKD365OZlio895fSlumq83vs=";
|
||||
hash = "sha256-crFUn1TmxdHXr3ULDKsRy4Y4PR/itaycsWiSDb+pbeg=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail 'Cython>=3.1.4' 'Cython'
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
cython
|
||||
setuptools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue