Merge pull request #319986 from r-ryantm/auto-update/python311Packages.mne-python

python311Packages.mne-python: 1.7.0 -> 1.7.1
This commit is contained in:
Nick Cao 2024-06-16 10:06:20 -04:00 committed by GitHub
commit b26c56373e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "mne-python";
version = "1.7.0";
version = "1.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "mne-tools";
repo = "mne-python";
rev = "refs/tags/v${version}";
hash = "sha256-Nrar6Iw/jROuo4QTI7TktJSR5IdPSOQcbR+lycH52LI=";
hash = "sha256-piCFynpKh7gTWIGh2g0gJICLS+eg/0XAxaDkyu7v5vs=";
};
postPatch = ''