Merge pull request #247189 from dotlambda/mat2-0.13.4

python310Packages.mat2: 0.13.3 -> 0.13.4
This commit is contained in:
Robert Scott 2023-08-04 23:35:34 +01:00 committed by GitHub
commit 5767e7b931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "mat2";
version = "0.13.3";
version = "0.13.4";
disabled = pythonOlder "3.5";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "jvoisin";
repo = "mat2";
rev = version;
hash = "sha256-x3vGltGuFjI435lEXZU3p4eQcgRm0Oodqd6pTWO7ZX8=";
hash = "sha256-SuN62JjSb5O8gInvBH+elqv/Oe7j+xjCo+dmPBU7jEY=";
};
patches = [
@ -97,6 +97,7 @@ buildPythonPackage rec {
homepage = "https://0xacab.org/jvoisin/mat2";
changelog = "https://0xacab.org/jvoisin/mat2/-/blob/${version}/CHANGELOG.md";
license = licenses.lgpl3Plus;
mainProgram = "mat2";
maintainers = with maintainers; [ dotlambda ];
};
}