cbaines pushed a commit to branch master
in repository guix.
commit 56dae77d1c69649fbee0d865d81fcc83471d1fe2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 7 23:32:21 2023 +0100
gnu: python-pyvo: Update to 1.4.2.
* gnu/packages/astronomy.scm (python-pyvo): Update to 1.4.2.
Signed-off-by: Christopher Baines <[email protected]>
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 14424fae70..95c585079c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2084,13 +2084,13 @@ interest, and which require portability between
platforms or ease of scripting."
(define-public python-pyvo
(package
(name "python-pyvo")
- (version "1.4.1")
+ (version "1.4.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyvo" version))
(sha256
- (base32 "17acv1yhz1jrsx9f35nr1vg276ibaivh4i243qkmp6abzvfyg907"))))
+ (base32 "1jwmgpavw80mf9sigfz5p2cqh6vz5mvm11ziqmdp5zdccn42kzk6"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest-astropy python-requests-mock python-setuptools-scm))