python310Packages.mat2: 0.12.4 -> 0.13.0

fixes CVE-2022-35410

https://0xacab.org/jvoisin/mat2/-/blob/0.13.0/CHANGELOG.md
This commit is contained in:
Robert Schütz 2022-08-01 13:49:59 +00:00 committed by Jonathan Ringer
parent 07c6ff07ce
commit 97f2bc8b06

View file

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "mat2";
version = "0.12.4";
version = "0.13.0";
disabled = pythonOlder "3.5";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "jvoisin";
repo = "mat2";
rev = version;
hash = "sha256-HjPr4pb0x2Sdq8ALaZeQRnGHmNAoEV8XUGbhOjY00jc=";
hash = "sha256-H3l8w2F+ZcJ1P/Dg0ZVBJPUK0itLocL7a0jeSrG3Ws8=";
};
patches = [
@ -66,12 +66,12 @@ buildPythonPackage rec {
'';
nativeBuildInputs = [
gobject-introspection
wrapGAppsHook
];
buildInputs = [
gdk-pixbuf
gobject-introspection
librsvg
poppler_gi
];