Merge pull request #209639 from r-ryantm/auto-update/python310Packages.pydmd
python310Packages.pydmd: 0.4.0.post2212 -> 0.4.0.post2301
This commit is contained in:
commit
288d6afb28
1 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pydmd";
|
pname = "pydmd";
|
||||||
version = "0.4.0.post2212";
|
version = "0.4.0.post2301";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
owner = "mathLab";
|
owner = "mathLab";
|
||||||
repo = "PyDMD";
|
repo = "PyDMD";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-VaBITKRSyMlBoaH0ej4tMob0CjStUsED2/G1iqpkG4c=";
|
hash = "sha256-0ss7yyT6u0if+YjBYNbKtx5beJU43JC1LD9rqHPKBS8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -50,6 +50,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python Dynamic Mode Decomposition";
|
description = "Python Dynamic Mode Decomposition";
|
||||||
homepage = "https://mathlab.github.io/PyDMD/";
|
homepage = "https://mathlab.github.io/PyDMD/";
|
||||||
|
changelog = "https://github.com/mathLab/PyDMD/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ yl3dy ];
|
maintainers = with maintainers; [ yl3dy ];
|
||||||
broken = stdenv.hostPlatform.isAarch64;
|
broken = stdenv.hostPlatform.isAarch64;
|
||||||
|
|
Loading…
Reference in a new issue