python3Packages.astropy: 7.0.0 -> 7.0.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:03 +02:00
parent 1f87dee0f9
commit 1b59076ec0
@@ -53,14 +53,14 @@
buildPythonPackage rec {
pname = "astropy";
version = "7.0.0";
version = "7.0.1";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-6S18n+6G6z34cU5d1Bu/nxY9ND4aGD2Vv2vQnkMTyUA=";
hash = "sha256-OS/utEOyQ3zUwuBkGmXg8VunkeFI6bHl7X3n38s45GA=";
};
patches = [
(fetchpatch {