Merge pull request #201034 from r-ryantm/auto-update/python310Packages.mne-python

python310Packages.mne-python: 1.2.1 -> 1.2.2
This commit is contained in:
Fabian Affolter
2022-11-14 17:23:56 +01:00
committed by GitHub
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "mne-python";
version = "1.2.1";
version = "1.2.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "mne-tools";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-PAgePQGf4pO+cciIk718Wlk0OEw4ltrhCdWRyDZzFh0=";
hash = "sha256-KFifnu9MR3FoVs7gLv+CpB/p3/6Iej9RJuBf1uc1HJs=";
};
propagatedBuildInputs = [