diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-10 16:37:45 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-10 16:37:53 +0100 |
| commit | f181089f1cd43ffb6a22ca51e6da570215bba66c (patch) | |
| tree | bbee0cf20bddc356fbff48b0572873307dd090ea /gnu | |
| parent | 4abf34c2db4f0b6d10514c7b6c4a88164d311c59 (diff) | |
gnu: python-astropy-7: Use python-astropy-iers-data.
* gnu/packages/astronomy.scm (python-astropy-7):
[propagated-inputs]: Use python-astropy-iers-data.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 6afaea519d9..f8202ee20dc 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -3512,11 +3512,7 @@ astronomy and astrophysics.") | |||
| 3512 | (method url-fetch) | 3512 | (method url-fetch) |
| 3513 | (uri (pypi-uri "astropy" version)) | 3513 | (uri (pypi-uri "astropy" version)) |
| 3514 | (sha256 | 3514 | (sha256 |
| 3515 | (base32 "1jvj3z21ihi6gnrb6c8mcrnyxhqfm9b75ga98mwyd0wixhpfpqy0")))) | 3515 | (base32 "1jvj3z21ihi6gnrb6c8mcrnyxhqfm9b75ga98mwyd0wixhpfpqy0")))))) |
| 3516 | (propagated-inputs | ||
| 3517 | (modify-inputs propagated-inputs | ||
| 3518 | (replace "python-astropy-iers-data" | ||
| 3519 | python-astropy-iers-data-next))))) | ||
| 3520 | 3516 | ||
| 3521 | (define-public python-astropy-healpix | 3517 | (define-public python-astropy-healpix |
| 3522 | (package | 3518 | (package |
