about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-11-14 17:23:56 +0100
committerGitHub <noreply@github.com>2022-11-14 17:23:56 +0100
commitfef6e2a2dedef7776778860f7966aa23c065d96e (patch)
tree7a4d34564295eb939d6b3bc6994cdc92a1f60ac4
parent6ef65f64ffc25cbb6acfc8a5442c682f38fd3d93 (diff)
parent73dc3187f58a9a4cb9388964011e85c73c013ef4 (diff)
Merge pull request #201034 from r-ryantm/auto-update/python310Packages.mne-python
python310Packages.mne-python: 1.2.1 -> 1.2.2
-rw-r--r--pkgs/development/python-modules/mne-python/default.nix4
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 3aa925b63d2ee..53a852934d47b 100644
--- a/pkgs/development/python-modules/mne-python/default.nix
+++ b/pkgs/development/python-modules/mne-python/default.nix
@@ -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 = [