1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-viresclient: Update to 0.12.2.

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

Change-Id: I06f24963aa1432182f27e1e3d6ff484616c6cd66
This commit is contained in:
Sharlatan Hellseher
2025-02-21 12:14:51 +00:00
parent 1b914f5b96
commit 7895f144b6

View File

@@ -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