diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-19 21:27:18 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-30 11:40:46 +0000 |
| commit | 1d49982308d13702c29201313925163201cbe3d9 (patch) | |
| tree | 43190b28d3f2084cf48094c06c37af48e87eb78a /gnu | |
| parent | 02712877da426d4d89fba95a33366f0fe22aeb2e (diff) | |
gnu: python-lenstronomy: Update to 1.13.3.
* gnu/packages/astronomy.scm (python-lenstronomy): Update to 1.13.3.
Change-Id: Ie46fe7cd59bd5252c3ecbe2ceee0c3722a773b20
Diffstat (limited to 'gnu')
| -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 78d5c93361..41a2903b3f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5927,7 +5927,7 @@ astronomical tables (define-public python-lenstronomy (package (name "python-lenstronomy") - (version "1.13.2") + (version "1.13.3") (source (origin (method git-fetch) @@ -5936,11 +5936,11 @@ astronomical tables (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0j0qc8vw53n9sg5yncilkfd6n5s2jixrm83an0q1gv2m2yk5dsn7")))) + (base32 "046695i2qapjz1r8z87kqsp2x0klsd157zhsncplrkpb3kapk7zj")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 1452 passed, 2163 warnings + ;; tests: 1483 passed, 2189 warnings #:test-flags #~(list "--numprocesses" (number->string (min 8 (parallel-job-count))) ;; TypeError: SparseSolverBase.__init__() got an unexpected |
