diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-21 12:14:51 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-28 22:44:03 +0000 |
commit | 7895f144b67775704ec3b2b43c08a9873a113a89 (patch) | |
tree | b409c6429765ca07bf5848cec3e1faf7ff18af3c | |
parent | 1b914f5b96f62dceb65914a62f8cd34ad2a9f631 (diff) |
gnu: python-viresclient: Update to 0.12.2.
* gnu/packages/astronomy.scm (python-viresclient): Update to 0.12.2.
Change-Id: I06f24963aa1432182f27e1e3d6ff484616c6cd66
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index eb5baef06e..b0a572ca99 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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 |