guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit efb8df6de894c5f3c52ee428008a6a6da99fd67f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 12:48:37 2026 +0000
gnu: python-viresclient: Update to 0.14.1.
* gnu/packages/astronomy.scm (python-viresclient): Update to 0.14.1.
Change-Id: I1ffaa3ef7f557bebc6383ea73c3877b734fde96b
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 517dcda2ed..ddcb5ccbe4 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10526,13 +10526,13 @@ cosmological simulations.")
(define-public python-viresclient
(package
(name "python-viresclient")
- (version "0.14.0")
+ (version "0.14.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "viresclient" version))
(sha256
- (base32 "1li42f7rfhj07kbihlk0d5qwhf1wzsypyjskq0rxrwwvsxd8d8lp"))))
+ (base32 "0chxchmr78wkh9zm7w1nj4kbnplhs159mwbdgkn2qssm8rjacrzs"))))
(build-system pyproject-build-system)
;; tests: 9 passed
(native-inputs