guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit c6725164d93a02087ddfe46ce8cf5a348f7fda49
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 15:47:53 2026 +0000
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(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0dde6dbe47..49047c1a50 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5028,7 +5028,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)
@@ -5037,11 +5037,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/"