Merge pull request #63345 from r-ryantm/auto-update/python3.7-astropy-helpers

python37Packages.astropy-helpers: 3.1.1 -> 3.2.1
This commit is contained in:
Mario Rodas 2019-06-19 21:58:54 -05:00 committed by GitHub
commit 043012f80f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "astropy-helpers";
version = "3.1.1";
version = "3.2.1";
disabled = !isPy3k;
@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "214cc37cffd7a21e573c4543e47b5289b07b2b77511627802d9778a4c96a5caf";
sha256 = "1klxyfvl9hbhy37n1z3mb0vm5pmd7hbsnzhjkvigz3647hmfzva6";
};
meta = with lib; {