python3Packages.nilearn: 0.11.1 -> 0.12.0

https://github.com/nilearn/nilearn/releases/tag/0.12.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:57 +02:00
parent 6d53c81298
commit 2f5c4f36c2
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "nilearn";
version = "0.11.1";
version = "0.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nilearn";
repo = "nilearn";
tag = version;
hash = "sha256-ZvodSRJkKwPwpYHOLmxAYIIv7f9AlrjmZS9KLPjz5rM=";
hash = "sha256-olA3Yqf+upMJZiwpQp6HDSMxe9OssGLGMdHbZARg0+Y=";
};
postPatch = ''
@@ -71,7 +71,7 @@ buildPythonPackage rec {
meta = {
description = "Module for statistical learning on neuroimaging data";
homepage = "https://nilearn.github.io";
changelog = "https://github.com/nilearn/nilearn/releases/tag/${version}";
changelog = "https://github.com/nilearn/nilearn/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ GaetanLepage ];
};