guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 361064a717cbf3358d1882c3ada081456547f85a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Aug 15 22:10:33 2026 +0100

    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
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a7f6e68c3c..d9e96769c2 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,
 Blitz & Rosolowsky (2006) and Rahmati et al (2013)}.")
     (license license:gpl3)))
 
-(define-public python-healpy-1.19
+(define-public python-healpy
   (package
     (name "python-healpy")
     (version "1.19.0")
@@ -6813,8 +6813,8 @@ is based on the Hierarchical Equal Area isoLatitude 
Pixelization (HEALPix)
 scheme and builds with the HEALPix C++ library.")
     (license license:gpl2+)))
 
-;; Not all of the dependents released updates supporting v1.19.
-(define-public python-healpy python-healpy-1.19)
+;; Deprecated on <2026-0815>.
+(define-public python-healpy-1.19 python-healpy)
 
 (define-public python-hierarc
   (package

Reply via email to