astropy: 7.2.0 -> 8.0.0 (#536746)

This commit is contained in:
Doron Behar 2026-06-30 12:19:46 +00:00 committed by GitHub
commit e216db16fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "astropy-iers-data";
version = "0.2026.1.19.0.42.31";
version = "0.2026.6.22.1.23.34";
pyproject = true;
src = fetchFromGitHub {
owner = "astropy";
repo = "astropy-iers-data";
tag = "v${finalAttrs.version}";
hash = "sha256-psxVL7375xQuo6mqh+5rvv0xEuZNUOtFco1BrPPWLtg=";
hash = "sha256-q3uW3G3WTHpaRC54tO7ytmSg65SMaOQKO5KbqaSxeq4=";
};
build-system = [

View file

@ -54,14 +54,14 @@
buildPythonPackage rec {
pname = "astropy";
version = "7.2.0";
version = "8.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "astropy";
repo = "astropy";
tag = "v${version}";
hash = "sha256-U9kCzyOZcttlUP0DUGkhJVkk96sBM/Gm/s5ZPJZcEoA=";
hash = "sha256-pKptFnbhiE6DfsEZ557ugd6nrbWGg2FmEdhp78z+bUM=";
};
env = lib.optionalAttrs stdenv.cc.isClang {