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:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user