~ruther/guix-local

cae27fe35ee95e4d54093bde93c5d3f2563f6d26 — Sharlatan Hellseher 1 year, 10 months ago 8aa72ad
gnu: python-viresclient: Update to 0.12.0.

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

Change-Id: I560f0172f327c09c15a559ae8940abcb9718f0dd
1 files changed, 2 insertions(+), 2 deletions(-)

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