Merge pull request #168085 from r-ryantm/auto-update/python310Packages.astroquery

python310Packages.astroquery: 0.4.5 -> 0.4.6
This commit is contained in:
Fabian Affolter 2022-04-10 20:49:36 +02:00 committed by GitHub
commit 5c8ea02ccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "astroquery";
version = "0.4.5";
version = "0.4.6";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "20002f84b61fb11ceeae408a4cd23b379490e174054ec777f946df8a3f06be1b";
sha256 = "sha256-MHylVMtzSgypoi+G9e/+fkE6+ROuZeFXiXLYR7H+E+4=";
};
disabled = !isPy3k;