From 5336f74882f82d12aad98f08a3ef83faa24629a2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 14 Nov 2024 21:08:59 +0000 Subject: gnu: imppg: Update to 1.9.2-beta. * gnu/packages/astronomy.scm (imppg): Update to 1.9.2-beta. [arguments]: Enable them. [inputs]: Add lua. Change-Id: Idcc043bd1ec9ca76a81451cede3d2e13a902d3cb --- gnu/packages/astronomy.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 32e00be2eb..62047dbf0d 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -905,7 +905,7 @@ dynamic library for the C language implementation of HEALPix.") (define-public imppg (package (name "imppg") - (version "0.6.5") + (version "1.9.2-beta") (source (origin (method git-fetch) @@ -914,15 +914,16 @@ dynamic library for the C language implementation of HEALPix.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0a6wb1a9adwd01dmy0r03xxp8iz9y7mvh30088ajilhj4lf90vxa")))) + (base32 "13kqvl9ay4x0ia7iikxbhg96pp46f1awr382p05gxdvsxksq900v")))) (build-system cmake-build-system) - (arguments - (list ;; No test provided - #:tests? #f)) (native-inputs (list boost pkg-config)) (inputs - (list cfitsio freeimage glew wxwidgets-3.0)) + (list cfitsio + freeimage + glew + lua + wxwidgets-3.0)) (home-page "https://github.com/GreatAttractor/imppg") (synopsis "Astronomical Image Post-Proccessor (ImPPG)") (description -- cgit v1.2.3