diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-10-13 11:07:24 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2022-10-13 11:07:24 +0000 |
| commit | 475ef7975e2194c38b75899fa40cc0c2ddf2ccaa (patch) | |
| tree | c4579d6b5db6bdcc879f69e6e4b2490ce7c22cf9 /pkgs/development/python-modules/mne-python | |
| parent | 732ec9dcc0f8db600e7894131de9c36a7c3cefb2 (diff) | |
python310Packages.mne-python: 1.1.1 -> 1.2.0
Diffstat (limited to 'pkgs/development/python-modules/mne-python')
| -rw-r--r-- | pkgs/development/python-modules/mne-python/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mne-python/default.nix b/pkgs/development/python-modules/mne-python/default.nix index c7ceeb0d4f77..71a37c16596f 100644 --- a/pkgs/development/python-modules/mne-python/default.nix +++ b/pkgs/development/python-modules/mne-python/default.nix @@ -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 = [ |
