diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-15 22:10:33 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:44 +0100 |
| commit | 361064a717cbf3358d1882c3ada081456547f85a (patch) | |
| tree | 33fc9977a0abeaaf3a59d33436417749adcc9840 /gnu/packages | |
| parent | bb7159dc01e56b35172264d71142ca7b058f41f6 (diff) | |
gnu: python-healpy-1.19: Deprecate in favor of python-healpy.
* gnu/packages/astronomy.scm (python-healpy-1.19): Deprecate variable in
favor of python-healpy.
Relates-to: guix/guix!10585
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index a7f6e68c3c7..d9e96769c2e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -6769,7 +6769,7 @@ Implementations of @url{https://iopscience.iop.org/article/10.1086/505417, | |||
| 6769 | Blitz & Rosolowsky (2006) and Rahmati et al (2013)}.") | 6769 | Blitz & Rosolowsky (2006) and Rahmati et al (2013)}.") |
| 6770 | (license license:gpl3))) | 6770 | (license license:gpl3))) |
| 6771 | 6771 | ||
| 6772 | (define-public python-healpy-1.19 | 6772 | (define-public python-healpy |
| 6773 | (package | 6773 | (package |
| 6774 | (name "python-healpy") | 6774 | (name "python-healpy") |
| 6775 | (version "1.19.0") | 6775 | (version "1.19.0") |
| @@ -6813,8 +6813,8 @@ is based on the Hierarchical Equal Area isoLatitude Pixelization (HEALPix) | |||
| 6813 | scheme and builds with the HEALPix C++ library.") | 6813 | scheme and builds with the HEALPix C++ library.") |
| 6814 | (license license:gpl2+))) | 6814 | (license license:gpl2+))) |
| 6815 | 6815 | ||
| 6816 | ;; Not all of the dependents released updates supporting v1.19. | 6816 | ;; Deprecated on <2026-0815>. |
| 6817 | (define-public python-healpy python-healpy-1.19) | 6817 | (define-public python-healpy-1.19 python-healpy) |
| 6818 | 6818 | ||
| 6819 | (define-public python-hierarc | 6819 | (define-public python-hierarc |
| 6820 | (package | 6820 | (package |
