diff options
author | Sharlatan Hellseher <[email protected]> | 2025-02-20 20:47:49 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-02-28 22:44:03 +0000 |
commit | 25787dc106d77d2d848bde2ab1e2972281bfcaad (patch) | |
tree | c14e58c2a755619a89aa6603e6e1190c8e3acfb5 /gnu/packages/astronomy.scm | |
parent | 3dad8e1d3127b20b9f97a48df03ac1946b8e85f8 (diff) |
gnu: python-sep-pjw: Update to 1.3.8.
* gnu/packages/astronomy.scm (python-sep-pjw): Update to 1.3.8.
[propagated-inputs]: Add python-sep.
Change-Id: I3a98f356224fbd7bde28dd4a1bee61557c9d1cfd
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 8664d073a7..48df06b008 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6155,13 +6155,13 @@ well as ephemerides services (define-public python-sep-pjw (package (name "python-sep-pjw") - (version "1.3.7") + (version "1.3.8") (source (origin (method url-fetch) (uri (pypi-uri "sep_pjw" version)) (sha256 - (base32 "1z8m2l3ccxj1izdazv7a0hg6zd1495bvby8w114s5ji7fd91vdv7")))) + (base32 "0lhxfq1acc6qc8nszfdrpwq6dizaypz3b6frknfv5qm59mb488r0")))) (build-system pyproject-build-system) (arguments (list @@ -6173,7 +6173,8 @@ well as ephemerides services python-setuptools-scm-next python-wheel)) (propagated-inputs - (list python-numpy)) + (list python-numpy + python-sep)) (home-page "https://github.com/PJ-Watson/sep-pjw") (synopsis "Alternative fork of SEP library") (description |