python311Packages.astropy: 6.0.0 -> 6.0.1

This commit is contained in:
R. Ryantm
2024-03-31 15:37:20 +00:00
parent 9bc8f11e87
commit f6d714ba00
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "astropy";
version = "6.0.0";
version = "6.0.1";
pyproject = true;
disabled = pythonOlder "3.8"; # according to setup.cfg
src = fetchPypi {
inherit pname version;
hash = "sha256-A82AGlUwXaUjzY14DXY1n1clXc3Fn+C91x/VFU/Hd9k=";
hash = "sha256-ial13jVtBgjnTx9JNEL7Osu7eoW3OeB0RguwNAAUs5w=";
};
nativeBuildInputs = [