about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-16 12:59:20 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-21 22:34:01 +0200
commit7d0778cc940560e0c15c673eaf0eb1538858bc8c (patch)
treebcd2b9441fb03e07a3efaedcd6b8183f5a43e413
parent01ee8c8dd9e5325798a55953e4351fd3b849d42d (diff)
python3Packages.nilearn: 0.9.0 -> 0.9.1
-rw-r--r--pkgs/development/python-modules/nilearn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/nilearn/default.nix b/pkgs/development/python-modules/nilearn/default.nix
index 2494a446a8113..121b204d5c32b 100644
--- a/pkgs/development/python-modules/nilearn/default.nix
+++ b/pkgs/development/python-modules/nilearn/default.nix
@@ -3,11 +3,11 @@
 
 buildPythonPackage rec {
   pname = "nilearn";
-  version = "0.9.0";
+  version = "0.9.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-+cjjCt71FImRCux3JLVpneF4Qn065jhz2tmyPdMh/nY=";
+    sha256 = "sha256-3YIbT/KzuH9eSwNOoPlfzkN1rOWG3o7Rfmpme94ZJdc=";
   };
 
   checkInputs = [ pytestCheckHook ];