python3Packages.mat2: 0.12.3 -> 0.12.4

https://0xacab.org/jvoisin/mat2/-/blob/0.12.4/CHANGELOG.md
This commit is contained in:
Robert Schütz 2022-05-01 19:30:44 +00:00
parent 5b7eede1e7
commit 676ca56fb3

View file

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "mat2";
version = "0.12.3";
version = "0.12.4";
disabled = pythonOlder "3.5";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "jvoisin";
repo = "mat2";
rev = version;
hash = "sha256-TW+FwlZ+J1tanPL5WuwXtZJmtYB9LaimeIaPlN/jzqo=";
hash = "sha256-HjPr4pb0x2Sdq8ALaZeQRnGHmNAoEV8XUGbhOjY00jc=";
};
patches = [