diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-17 15:47:53 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:03 +0000 |
| commit | 11a558ff4cdb8f9ba71531be1b40af2ade6daa61 (patch) | |
| tree | 41229aab7043ba62ca0d1455a273b2415bd89451 | |
| parent | 76bad928a85f5d031dab3b60508ec847fc29663a (diff) | |
gnu: python-galsim: Update to 2.8.3.
* gnu/packages/astronomy.scm (python-galsim): Update to 2.8.3.
Change-Id: Id1b3ab27391c530d362f2f4c72f08bfb7786ca09
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 0a5e80b6348..f318a8605b3 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/" |
