python3Packages.mne-python: 0.21.2 -> 0.22.0

This commit is contained in:
Jonathan Ringer 2021-03-24 10:41:51 -07:00 committed by Frederik Rietdijk
parent 339a1dac9b
commit fb18eb092e

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "mne-python"; pname = "mne-python";
version = "0.21.2"; version = "0.22.0";
disabled = isPy27; disabled = isPy27;
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "mne-tools"; owner = "mne-tools";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "18nfdbkffmxzkkbp3d4w8r2kfi0sxip3hy997d3mx6dy74jc7nmg"; sha256 = "1s9pshrl40gkcsdwf4qdga3hjfmdbrvbgjcz0cfx3kl796x3im11";
}; };
propagatedBuildInputs = [ numpy scipy ]; propagatedBuildInputs = [ numpy scipy ];