diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-14 21:08:59 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-30 15:10:42 +0000 |
commit | 5336f74882f82d12aad98f08a3ef83faa24629a2 (patch) | |
tree | 2575ee386f12e187c10a7d5925b4eaf1bfb7b666 | |
parent | ac6de79d98ec0c8f741b934025cfaa1e7fa5b820 (diff) |
gnu: imppg: Update to 1.9.2-beta.
* gnu/packages/astronomy.scm (imppg): Update to 1.9.2-beta.
[arguments]<tests>: Enable them.
[inputs]: Add lua.
Change-Id: Idcc043bd1ec9ca76a81451cede3d2e13a902d3cb
-rw-r--r-- | gnu/packages/astronomy.scm | 13 |
1 files 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 |