python3Packages.nilearn: 0.12.1 -> 0.13.0

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:39 +01:00
parent 845e8b4eda
commit 45f9404ed2
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "nilearn";
version = "0.12.1";
version = "0.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nilearn";
repo = "nilearn";
tag = version;
hash = "sha256-jUP/gUMUVveX8m2VbyilTsx5OppuYVXH1qKeEfEVajQ=";
hash = "sha256-q+glPYxnB3Nd1DtaTzdSEJtgRtRhW+RfZmAeAUL6zX4=";
};
postPatch = ''