python37Packages.reproject: 0.4 -> 0.5.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-reproject/versions
This commit is contained in:
R. RyanTM 2019-09-28 14:05:58 -07:00
parent c455adcc42
commit 0a7624484d

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "reproject";
version = "0.4";
version = "0.5.1";
doCheck = false; # tests require pytest-astropy
src = fetchPypi {
inherit pname version;
sha256 = "dbbb18a8b211292c7ce61121b8538fc279540337be1c05cabc7570c5aca6d734";
sha256 = "069rha55cbm8vsi1qf8zydds42lgkcc97sd57hmjw1mgiz025xrp";
};
propagatedBuildInputs = [ numpy astropy astropy-healpix astropy-helpers scipy ];