From ebc6de5f5d134a1cfa25c4deeac1635e8dfd6de7 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 19 Nov 2025 23:17:45 +0000 Subject: [PATCH] gnu: imppg: Update to 2.1.0. * gnu/packages/astronomy.scm (imppg): Update to 2.1.0. [arguments] : Enable. Change-Id: Ie2313794e5a53e7b50272dbbaff8cf7fd9a8e238 --- gnu/packages/astronomy.scm | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index d6dc1da75998070ed8b1a0c563a14f598f0f13d3..bfb96c350b62e0cb99ea33f50059dc3bcf7958fe 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1384,26 +1384,20 @@ dynamic library for the C language implementation of HEALPix.") (define-public imppg (package (name "imppg") - (version "2.0.0") + (version "2.1.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/GreatAttractor/imppg") - (commit (string-append "v" version)))) + (url "https://github.com/GreatAttractor/imppg") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0cq7syrcclf1ykaxpjv73a30g4m8fbnqdphfs13932i0a7vgkaid")))) + (base32 "1fcssjpavjyvjwwbbcs2i0b0sk409hl7x8il88d7xviggfiyh1hm")))) (build-system cmake-build-system) - (arguments - (list - ;; Tests fail on i686 see: - ;; ; - ;; Tests hang on any architectures see: - ;; . - #:tests? #f)) (native-inputs - (list boost pkg-config)) + (list boost + pkg-config)) (inputs (list cfitsio freeimage