tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.nilearn: 0.10.1 -> 0.10.2
R. Ryantm
2 years ago
efc4a0be
b4c0c733
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
nilearn
default.nix
+2
-2
pkgs/development/python-modules/nilearn/default.nix
···
17
17
18
18
buildPythonPackage rec {
19
19
pname = "nilearn";
20
20
-
version = "0.10.1";
20
20
+
version = "0.10.2";
21
21
pyproject = true;
22
22
23
23
disabled = pythonOlder "3.7";
24
24
25
25
src = fetchPypi {
26
26
inherit pname version;
27
27
-
hash = "sha256-koo2Tn7XfRXQK38icZfqfHj0Ty/ngP61VdbXz5Iy+EY=";
27
27
+
hash = "sha256-A+9Npy0a6HsuPyi3cdx+BUZKoXliblfDAFlWJahlQnM=";
28
28
};
29
29
30
30
nativeBuildInputs = [ hatch-vcs ];