python3Packages.astroquery: 0.4.6 -> 0.4.7

This commit is contained in:
Martin Weinelt
2024-04-22 13:59:46 +02:00
parent b7b9bde887
commit fdb814f78c
@@ -19,12 +19,12 @@
buildPythonPackage rec {
pname = "astroquery";
version = "0.4.6";
version = "0.4.7";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-MHylVMtzSgypoi+G9e/+fkE6+ROuZeFXiXLYR7H+E+4=";
hash = "sha256-BH+6ywpPrsTNtiZ16RnCRMHDXmYQRPy7bJqTMzF0fsk=";
};
disabled = !isPy3k;