gnu: python-viresclient: Update to 0.12.0.

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

Change-Id: I560f0172f327c09c15a559ae8940abcb9718f0dd
This commit is contained in:
Sharlatan Hellseher 2024-07-31 09:42:57 +01:00
parent 8aa72adaac
commit cae27fe35e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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