diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-14 20:39:23 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-28 22:44:01 +0000 |
commit | f0436f51984b37c9f48870d923eb0540d740666d (patch) | |
tree | e15fe3594da80cbf611fb893ae509e16445b1bd1 | |
parent | b5d9088af29227cba9f750268ea7742b9dfcb760 (diff) |
gnu: python-astroquery: Update to 0.4.9.post1.
* gnu/packages/astronomy.scm (python-astroquery): Update to 0.4.9.post1.
Change-Id: I747b055ba53b20f4fc1732aafa57e54b871fb02b
-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 cc7da2e021..bb9436a273 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3953,13 +3953,13 @@ constraints (i.e., altitude, airmass, moon separation/illumination, etc.) (define-public python-astroquery (package (name "python-astroquery") - (version "0.4.8") + (version "0.4.9.post1") (source (origin (method url-fetch) (uri (pypi-uri "astroquery" version)) (sha256 - (base32 "1dgc792xp6bpb63kqhwqpmc7ck9ifr6wlcqqgl091mfrjy40h4aw")))) + (base32 "15viynwq96gyb12q894fi2j4jlzmba3lk86l469ixmrnj3qnn4aw")))) (build-system pyproject-build-system) (arguments (list |