python3Packages.mne-python: 0.23.2 -> 0.23.3

This commit is contained in:
Martin Weinelt 2021-08-31 00:17:09 +02:00
parent 05821cb951
commit 0a8548061b

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "mne-python"; pname = "mne-python";
version = "0.23.2"; version = "0.23.3";
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 = "1y6xypfzq7a3ffzwlbqspyzvijr6ihgfzgvhajs16d74pxhdkg74"; sha256 = "1pil4vy4grg49i5xcrqmi43vf40lk5p4sbj5bl0fjixkklavwmhj";
}; };
propagatedBuildInputs = [ numpy scipy ]; propagatedBuildInputs = [ numpy scipy ];