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:
parent
07c6ff07ce
commit
97f2bc8b06
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mat2";
|
pname = "mat2";
|
||||||
version = "0.12.4";
|
version = "0.13.0";
|
||||||
|
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||||
owner = "jvoisin";
|
owner = "jvoisin";
|
||||||
repo = "mat2";
|
repo = "mat2";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-HjPr4pb0x2Sdq8ALaZeQRnGHmNAoEV8XUGbhOjY00jc=";
|
hash = "sha256-H3l8w2F+ZcJ1P/Dg0ZVBJPUK0itLocL7a0jeSrG3Ws8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -66,12 +66,12 @@ buildPythonPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
gobject-introspection
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
gobject-introspection
|
|
||||||
librsvg
|
librsvg
|
||||||
poppler_gi
|
poppler_gi
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue