diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 00:33:47 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-30 23:49:00 +0000 |
| commit | 945b4166bcf8bf35947c363d7649079ad4877923 (patch) | |
| tree | 95357d78879cafca6518ceba7fa628a07a459d82 /gnu | |
| parent | 489b1dd335e93ba8d1d33a8d36230afa756b5345 (diff) | |
gnu: python-asdf-astropy: Update to 0.9.0.
* gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.9.0.
Change-Id: Ieef85f56a1178f1fe1bed7dce1ce473966f9168b
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 47b3bb8e4a1..69f542c4184 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2226,13 +2226,13 @@ implementation of the ASDF Standard.") (define-public python-asdf-astropy (package (name "python-asdf-astropy") - (version "0.8.0") + (version "0.9.0") (source (origin (method url-fetch) (uri (pypi-uri "asdf_astropy" version)) (sha256 - (base32 "15wyxh9afqdzmr90d5hmbkamrz3jfwcx8qhkpbbjikyby8biy26f")))) + (base32 "0hsm9brcq92x0mhayc067skzxm0gvkl9m04af98fac3jhn08favv")))) (build-system pyproject-build-system) (arguments (list |
