forked from mirrors/nixpkgs
Merge pull request #213204 from dotlambda/mat2-0.13.2
python310Packages.mat2: 0.13.1 -> 0.13.2
This commit is contained in:
commit
6043974a1a
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mat2";
|
pname = "mat2";
|
||||||
version = "0.13.1";
|
version = "0.13.2";
|
||||||
|
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||||
owner = "jvoisin";
|
owner = "jvoisin";
|
||||||
repo = "mat2";
|
repo = "mat2";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-/HcWVXguZf9cCGY0xlC7uMnLkSAqZ0DIAC6JUw2KKDs=";
|
hash = "sha256-gZl2VH7qCmjrM/UrXPief8hCQKkBHdjG8w0MQvkZ7wk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue