python310Packages.mne-python: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm 2022-10-13 11:07:24 +00:00
parent 732ec9dcc0
commit 475ef7975e

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "mne-python";
version = "1.1.1";
version = "1.2.0";
# PyPI dist insufficient to run tests
src = fetchFromGitHub {
owner = "mne-tools";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-VM7sKcQeAeK20r4/jehhGlvBSHhYwA2SgsNL5Oa/Hug=";
sha256 = "sha256-IqZYkPomS/AjZrPDZapPaZ1jhtrzAvi5MOd9rYrSdKo=";
};
propagatedBuildInputs = [