3
0
Fork 0
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:
Nick Cao 2023-01-30 10:37:44 +08:00 committed by GitHub
commit 6043974a1a
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.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 = [