pythonPackages.lxml: 4.5.2 -> 4.6.2 (#107408)

authored by

sternenseemann and committed by
GitHub
b14d8bae 37c77840

+2 -2
+2 -2
pkgs/development/python-modules/lxml/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "lxml"; 10 - version = "4.5.2"; 10 + version = "4.6.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = pname; 14 14 repo = pname; 15 15 rev = "${pname}-${version}"; 16 - sha256 = "1d0cpwdjxfzwjzmnz066ibzicyj2vhx15qxmm775l8hxqi65xps4"; 16 + sha256 = "1zidx62sxh2r4fmjfjzd4f6i4yxgzkpd20nafbyr0i0wnw9da3fd"; 17 17 }; 18 18 19 19 # setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs