python310Packages.mat2: 0.13.3 -> 0.13.4
Diff: https://0xacab.org/jvoisin/mat2/-/compare/0.13.3...0.13.4 Changelog: https://0xacab.org/jvoisin/mat2/-/blob/0.13.4/CHANGELOG.md
This commit is contained in:
parent
e372a1b62d
commit
b8038b47eb
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue