Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: lxml: 3.8.0 -> 4.1.1

+2 -2
+2 -2
pkgs/development/python-modules/lxml/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "lxml"; 10 - version = "3.8.0"; 10 + version = "4.1.1"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "15nvf6n285n282682qyw3wihsncb0x5amdhyi4b83bfa2nz74vvk"; 14 + sha256 = "940caef1ec7c78e0c34b0f6b94fe42d0f2022915ffc78643d28538a5cfd0f40e"; 15 15 }; 16 16 17 17 buildInputs = [ libxml2 libxslt ];