guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 129896ff9d00a759b40d4d5e5094a4f6a2ac91e7 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Wed Nov 19 23:17:45 2025 +0000 gnu: imppg: Update to 2.1.0. * gnu/packages/astronomy.scm (imppg): Update to 2.1.0. [arguments] <tests?>: 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 a74a32fabd..ff62164bda 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: - ;; <https://github.com/GreatAttractor/imppg/issues/28>; - ;; Tests hang on any architectures see: - ;; <https://github.com/GreatAttractor/imppg/issues/34>. - #:tests? #f)) (native-inputs - (list boost pkg-config)) + (list boost + pkg-config)) (inputs (list cfitsio freeimage
