python3Packages.cairosvg: 2.6.0 -> 2.7.0

Fixes CVE-2023-27586.

https://github.com/Kozea/CairoSVG/releases/tag/2.7.0
This commit is contained in:
Thomas Gerbet 2023-03-24 23:20:24 +01:00
parent 2e4e45290e
commit 0f3c8f0e3c

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "CairoSVG";
version = "2.6.0";
version = "2.7.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
hash = "sha256-1eyT6QEBs7boKqJF0FRu6bAWz9oLY0RnUVmDDYU9XQQ=";
hash = "sha256-rE3HwdOLOhVxfbJjOjo4MBLgvmZMcnyRFjfmr2pJKTw=";
};
propagatedBuildInputs = [ cairocffi cssselect2 defusedxml pillow tinycss2 ];