python3Packages.mne: 1.10.1 -> 1.10.2

This commit is contained in:
R. Ryantm
2025-10-17 10:58:01 +00:00
parent 03fc69e930
commit e9d9e569bf
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "mne";
version = "1.10.1";
version = "1.10.2";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "mne-tools";
repo = "mne-python";
tag = "v${version}";
hash = "sha256-xxkv+8RAkpRyMWznUMpwc6E72mb9DUPW6O5hFHiNz98=";
hash = "sha256-K99yjWpX7rt6Isp0ao0NJcUu7GBRNKVz2i+xVt2HBNY=";
};
postPatch = ''