astropy: 7.2.0 -> 8.0.0

This commit is contained in:
Yaroslav Bolyukin
2026-06-30 03:58:38 +02:00
parent c96946219c
commit 3121bc49c6
@@ -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 {