gnu: python-viresclient: Update to 0.13.0.

* gnu/packages/astronomy.scm (python-viresclient): Update to 0.13.0.

Change-Id: I85be314932b30c6df39398ba6d94f6aee720e8ed
Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
This commit is contained in:
Sharlatan Hellseher 2025-05-20 12:31:27 +01:00 committed by Artyom V. Poptsov
parent 3bf48bda29
commit 6f6f59a4e2
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -8060,13 +8060,13 @@ between image and reference catalogs. Currently only aligning images with
(define-public python-viresclient
(package
(name "python-viresclient")
(version "0.12.3")
(version "0.13.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "viresclient" version))
(sha256
(base32 "1vx1pk8sglr0xd8z4hg675s105m26x3k75mpc4bsdxryfjvmawh4"))))
(base32 "1bq2ippb91nxsd2rmw0wjq2x1v2xim1a28g0bkmfxvap4qr53cy6"))))
(build-system pyproject-build-system)
(native-inputs
(list python-flit-core