diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-21 11:30:40 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-28 22:44:03 +0000 |
commit | 86bdc9ca175685e44160cbba2b56173596a57c32 (patch) | |
tree | 8eceb25657ec09df768ec65c6de0566094825593 /gnu | |
parent | f261b628fa436a440a268ebb9b30bee9f0811095 (diff) |
gnu: python-soxs: Update to 5.0.0.
* gnu/packages/astronomy.scm (python-soxs): Update to 5.0.0.
Change-Id: I9640fb9f0ef181d787b4e7c817660c9d4c271da1
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 636bcb8717..82b4aecf1a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3496,13 +3496,13 @@ will be provided to supplement published projections and simulations.") (define-public python-soxs (package (name "python-soxs") - (version "4.8.5") + (version "5.0.0") (source (origin (method url-fetch) (uri (pypi-uri "soxs" version)) (sha256 - (base32 "1m5q3i7hk7jqdpd46h13c4a16b74p0k4mqkxhs43b4vi95h70qrj")))) + (base32 "1pckpyg8b34ql79zr0bzxrl41nynd522skdjmk2cs23k7ps32nwm")))) (build-system pyproject-build-system) (arguments (list |