python312Packages.asdf-astropy: 0.6.1 -> 0.7.0

Diff: https://github.com/astropy/asdf-astropy/compare/refs/tags/0.6.1...0.7.0

Changelog: https://github.com/astropy/asdf-astropy/blob/0.7.0/CHANGES.rst
This commit is contained in:
Fabian Affolter 2024-11-21 08:32:50 +01:00
parent d683528605
commit 5dcbf2c8ec

View File

@ -19,7 +19,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "asdf-astropy"; pname = "asdf-astropy";
version = "0.6.1"; version = "0.7.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.10"; disabled = pythonOlder "3.10";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "astropy"; owner = "astropy";
repo = "asdf-astropy"; repo = "asdf-astropy";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-dOd9QdBOu7QotRiHkXJoIqaHG6U9odTlRmy22/nvvuw="; hash = "sha256-xtDpKlAExMTYNopS9cAhLU2ZnHhtHHaV3KjWCq0yapE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [