diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-17 20:25:03 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:06 +0000 |
| commit | ab7a195daf97c75a59ad99c49439bc205fca5069 (patch) | |
| tree | 3223caa32219c549f0201c8fbdb0577383d03bbf /gnu | |
| parent | 16b6b72e70e1d2cbbbc1a362773b0bcb2cd270c6 (diff) | |
gnu: python-irispy-lmsal: Update to 0.6.0.
* gnu/packages/astronomy.scm (python-irispy-lmsal): Update to 0.6.0.
Change-Id: I7b2f8dc71280c138e240d61f06991f8bf38d7615
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 e92d63f3d9a..8ef87824650 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5966,17 +5966,17 @@ observationally-derived galaxy merger catalogs.") (define-public python-irispy-lmsal (package (name "python-irispy-lmsal") - (version "0.5.0") + (version "0.6.0") (source (origin (method url-fetch) (uri (pypi-uri "irispy_lmsal" version)) (sha256 - (base32 "131n2wvb5pdg0qx5chfwkcvcy025840cs01pvcg5i4nlqv995h1q")))) + (base32 "0mri5l1xwwzibzfq2fywzwb8kv3xm9yv9f3qfv31zac2fd1xzbna")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 65 passed, 2 skipped, 9 deselected + ;; tests: 67 passed, 2 skipped, 7 deselected #:phases #~(modify-phases %standard-phases (add-before 'sanity-check 'set-home |
