nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

+6 -9
+6 -9
pkgs/development/python-modules/astropy-iers-data/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 - pythonOlder, 6 - setuptools, 7 - setuptools-scm, 5 + hatchling, 6 + hatch-vcs, 8 7 }: 9 8 10 9 buildPythonPackage rec { 11 10 pname = "astropy-iers-data"; 12 - version = "0.2025.3.31.0.36.18"; 11 + version = "0.2025.8.4.0.42.59"; 13 12 pyproject = true; 14 - 15 - disabled = pythonOlder "3.8"; 16 13 17 14 src = fetchFromGitHub { 18 15 owner = "astropy"; 19 16 repo = "astropy-iers-data"; 20 17 tag = "v${version}"; 21 - hash = "sha256-51U5QStpzTGwg1MC1NJPMnothjF3Aa7j3dxiRUfnqDE="; 18 + hash = "sha256-Izqm626PZzjnMNUzPW2x15ER7fn5f9+m2X434vXV/yo="; 22 19 }; 23 20 24 21 build-system = [ 25 - setuptools 26 - setuptools-scm 22 + hatchling 23 + hatch-vcs 27 24 ]; 28 25 29 26 pythonImportsCheck = [ "astropy_iers_data" ];