diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-17 22:17:03 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-30 13:20:49 +0100 |
| commit | 56c3fdb869609dbf7d29b28bc910decf3ffe4100 (patch) | |
| tree | fd90cc1c1b2c012096bacff911bda57cb5a9d967 | |
| parent | bcdf946ffbf55a1f33e0bf5d657ca3d125e97f80 (diff) | |
gnu: python-romanisim: Update to 0.13.1.
* gnu/packages/astronomy.scm (python-romanisim): Update to 0.13.1.
Change-Id: Ib7727d059fb85bce9e56a9b61e92f69d137e208d
| -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 cc744122c4..ad3864e834 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -8842,17 +8842,17 @@ observations from the Nancy Grace Roman Space Telescope.") (define-public python-romanisim (package (name "python-romanisim") - (version "0.13.0") + (version "0.13.1") (source (origin (method url-fetch) (uri (pypi-uri "romanisim" version)) (sha256 - (base32 "1yld0112k57wjppljrchvll9lvh164a5r4l2dffq7hncsrllvamn")))) + (base32 "0wvpsi6iq13a2zh9n4j6nw4mmi9xpk2k79hsl827jixfqidl1mfq")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 100 passed, 2 skipped, 8 deselected + ;; tests: 101 passed, 2 skipped, 8 deselected #:test-flags #~(list "--pyargs" "romanisim" ;; TODO: python-stpsf needs to be packaged with test data: |
