python: spectral-cube: 0.4.3 -> 0.4.4

This commit is contained in:
Frederik Rietdijk 2019-02-23 15:36:02 +01:00
parent 4029f3161e
commit eaec54b5d7

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 ];