guix_mirror_bot pushed a commit to branch master
in repository guix.

commit abda3391f3fb487c27fa27a1b464e612ecf7db02
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Aug 15 20:17:02 2026 +0100

    gnu: python-fiasco: Update to 0.8.2.
    
    * gnu/packages/astronomy.scm (python-fiasco): Update to 0.8.2.
    
    Relates-to: guix/guix!10702
---
 gnu/packages/astronomy.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index fec66ba116..fbf1d77b56 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5620,16 +5620,16 @@ dust exitinction laws found in the literature.")
 (define-public python-fiasco
   (package
     (name "python-fiasco")
-    (version "0.8.1")
+    (version "0.8.2")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/wtbarnes/fiasco";)
-             (commit (string-append "v" version))))
+              (url "https://github.com/wtbarnes/fiasco";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0m9whz5l2wqbip8f29n2ssl06a10aszc87lf6482l7rnq87v1x6s"))))
+        (base32 "1drlfyppdvjkinic4gky4vgzmr2zva3xyl9xk2fzplx9pz97lgfv"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to