3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.mat2: 0.13.1 -> 0.13.2

Diff: https://0xacab.org/jvoisin/mat2/-/compare/0.13.1...0.13.2

Changelog: https://0xacab.org/jvoisin/mat2/-/blob/0.13.2/CHANGELOG.md
This commit is contained in:
Robert Schütz 2023-01-28 10:45:40 -08:00
parent 1c18091308
commit cda2faeb23

View file

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "mat2";
version = "0.13.1";
version = "0.13.2";
disabled = pythonOlder "3.5";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "jvoisin";
repo = "mat2";
rev = version;
hash = "sha256-/HcWVXguZf9cCGY0xlC7uMnLkSAqZ0DIAC6JUw2KKDs=";
hash = "sha256-gZl2VH7qCmjrM/UrXPief8hCQKkBHdjG8w0MQvkZ7wk=";
};
patches = [