python312Packages.asdf-astropy: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm
2025-02-19 17:42:01 +00:00
parent 5ede0d7d17
commit fb67610781
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "asdf-astropy";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "astropy";
repo = "asdf-astropy";
tag = version;
hash = "sha256-xtDpKlAExMTYNopS9cAhLU2ZnHhtHHaV3KjWCq0yapE=";
hash = "sha256-hP77qhNTE89cuz9Z8vWlWYo2En0SV4uoHaBnxQDNEvI=";
};
nativeBuildInputs = [
@@ -61,7 +61,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Extension library for ASDF to provide support for Astropy";
homepage = "https://github.com/astropy/asdf-astropy";
changelog = "https://github.com/astropy/asdf-astropy/blob/${version}/CHANGES.rst";
changelog = "https://github.com/astropy/asdf-astropy/blob/${src.tag}/CHANGES.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};