python3Packages.astropy-iers-data: 0.2025.3.31.0.36.18 -> 0.2025.8.4.0.42.59

This commit was automatically generated using update-python-libraries.

Changed files
+6 -9
pkgs
development
python-modules
astropy-iers-data
+6 -9
pkgs/development/python-modules/astropy-iers-data/default.nix
···
lib,
buildPythonPackage,
fetchFromGitHub,
-
pythonOlder,
-
setuptools,
-
setuptools-scm,
+
hatchling,
+
hatch-vcs,
}:
buildPythonPackage rec {
pname = "astropy-iers-data";
-
version = "0.2025.3.31.0.36.18";
+
version = "0.2025.8.4.0.42.59";
pyproject = true;
-
disabled = pythonOlder "3.8";
-
src = fetchFromGitHub {
owner = "astropy";
repo = "astropy-iers-data";
tag = "v${version}";
-
hash = "sha256-51U5QStpzTGwg1MC1NJPMnothjF3Aa7j3dxiRUfnqDE=";
+
hash = "sha256-Izqm626PZzjnMNUzPW2x15ER7fn5f9+m2X434vXV/yo=";
};
build-system = [
-
setuptools
-
setuptools-scm
+
hatchling
+
hatch-vcs
];
pythonImportsCheck = [ "astropy_iers_data" ];