guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 224976555cfdce33a02a349f7d98a1da39ff8e58
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 11:31:20 2026 +0000

    gnu: python-pynbody: Update to 2.4.1.
    
    * gnu/packages/astronomy.scm (python-pynbody): Update to 2.4.1.
    
    Change-Id: If772a2a32cb108cab4882c077ce76a8234bdf342
---
 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 81eaa4c543..14e0e02a80 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7451,7 +7451,7 @@ and Sensitivities.")
 (define-public python-pynbody
   (package
     (name "python-pynbody")
-    (version "2.4.0")
+    (version "2.4.1")
     (source
      (origin
        (method git-fetch)
@@ -7460,7 +7460,7 @@ and Sensitivities.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0a0m42mvdnmlkm8q6704xamnim1q5wkw29p89ikj1axpl2mmq0d3"))
+        (base32 "1jh83xp2grln58p4pr2d0627f7ldsqwib1ipjkg1snpb4vw9hfag"))
        (modules '((guix build utils)))
        (snippet
         ;; Symlink goes to not existing directory.

Reply via email to