pythonPackages.spectral-cube: 0.4.3 -> 0.4.4 (#56383)

This commit is contained in:
Sébastien Maret 2019-02-26 09:19:39 +01:00 committed by xeji
parent 20bbfc39e4
commit 039087ac88

View File

@ -7,13 +7,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "spectral-cube"; pname = "spectral-cube";
version = "0.4.3"; version = "0.4.4";
doCheck = false; # the tests requires several pytest plugins that are not in nixpkgs doCheck = false; # the tests requires several pytest plugins that are not in nixpkgs
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "057g3mzlg5cy4wg2hh3p6gssn93rs6i7pswzhldvcq4k8m8hsl3b"; sha256 = "9051ede204b1e25b6358b5e0e573b624ec0e208c24eb03a7ed4925b745c93b5e";
}; };
propagatedBuildInputs = [ astropy radio_beam pytest ]; propagatedBuildInputs = [ astropy radio_beam pytest ];