~ruther/guix-local

7895f144b67775704ec3b2b43c08a9873a113a89 — Sharlatan Hellseher 1 year, 5 months ago 1b914f5
gnu: python-viresclient: Update to 0.12.2.

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

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

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