guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3c4e0ef7e7ed07f36e8d21a6933e412f2d085ecf
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Aug 15 22:07:47 2026 +0100

    gnu: python-hapiclient: Update to 0.3.3.
    
    * gnu/packages/astronomy.scm (python-hapiclient): Update to 0.3.3.
    
    Relates-to: guix/guix!10702
---
 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 e114109d1c..d85423ba11 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6660,7 +6660,7 @@ from a cosmological simulation.")
 (define-public python-hapiclient
   (package
     (name "python-hapiclient")
-    (version "0.3.1")
+    (version "0.3.3")
     (source
      (origin
        (method git-fetch)
@@ -6669,7 +6669,7 @@ from a cosmological simulation.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18hp5d4c358b2ik3y94cvql79h37askk5k9a8pib1b1gyf2iw627"))))
+        (base32 "1frh5ihvzdm0hw6xk38a28w9x7l6r5j5a4nhj2r9ghjf65pwvy41"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to