~ruther/guix-local

3d42e98c8242bb5e952be06be69edec2e9a54057 — Sharlatan Hellseher 1 year, 5 months ago 559590c
gnu: healpix: Update to 3.8.3.

* gnu/packages/astronomy.scm (healpix, healpix-cxx): Update to 3.8.3.

Change-Id: If6feac33390a92a26fae9ee07fd8aac7894d6f5e
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +3 -3
@@ 821,18 821,18 @@ backward), and manual time control
               (version-list (string-split version #\.))
               (name+version (format #f "~a_~{~a.~a~a~}" name version-list)))
          (string-append "mirror://sourceforge/healpix/"
                         name+version "/" name+version "_" "2022Jul28.tar.gz")))
                         name+version "/" name+version "_" "2024Nov13.tar.gz")))
       (sha256
        (base32 sha256-base32-hash ))))

(define-public healpix
  (package
    (name "healpix")
    (version "3.8.2")
    (version "3.8.3")
    (source
     (healpix-source
      #:version version
      #:sha256-base32-hash "09x1lafq01gzk16yvmz2pdhrxnqfjp3b2p9hlgy0dbrdg82ryqj7"))
      #:sha256-base32-hash "1nhxad4zbk6qm6zblvyvyaavfq7vy8asq150n83dfvsrzj7c2xl8"))
    (build-system gnu-build-system)
    (arguments
     (list