tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python: astropy: 3.0.3 -> 3.0.4
Frederik Rietdijk
7 years ago
abf0cf69
43bb4ac8
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
astropy
default.nix
+2
-2
pkgs/development/python-modules/astropy/default.nix
···
7
7
8
8
buildPythonPackage rec {
9
9
pname = "astropy";
10
10
-
version = "3.0.3";
10
10
+
version = "3.0.4";
11
11
12
12
disabled = !isPy3k; # according to setup.py
13
13
···
15
15
16
16
src = fetchPypi {
17
17
inherit pname version;
18
18
-
sha256 = "6af07abe5e263820a3dec93832a6ad74005013071490e125afbc6514411721da";
18
18
+
sha256 = "f5d37d20632ba74bd0b12a85179c12f64a9ea037ffc916d8a2de3be4f4656c76";
19
19
};
20
20
21
21
propagatedBuildInputs = [ pytest numpy ]; # yes it really has pytest in install_requires