From 11a558ff4cdb8f9ba71531be1b40af2ade6daa61 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 17 Feb 2026 15:47:53 +0000 Subject: gnu: python-galsim: Update to 2.8.3. * gnu/packages/astronomy.scm (python-galsim): Update to 2.8.3. Change-Id: Id1b3ab27391c530d362f2f4c72f08bfb7786ca09 --- gnu/packages/astronomy.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 0a5e80b634..f318a8605b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4972,7 +4972,7 @@ CFITSIO library. Among other things, it can (define-public python-galsim (package (name "python-galsim") - (version "2.7.2") + (version "2.8.3") (source (origin (method git-fetch) @@ -4981,11 +4981,11 @@ CFITSIO library. Among other things, it can (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1phrxmxwwr72hs4yq6c5yjf3gcpqz8psah74vij5l8zlv4d71qc3")))) + (base32 "0anirrwhw9vwv58d0v1i289s66a2h68hjjicwccgwfzb5ng5g4s1")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 232 passed + ;; tests: 234 passed #:test-flags #~(list "--numprocesses" (number->string (min 8 (parallel-job-count))) "--ignore=devel/" -- cgit v1.3