guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f888c2043a9baaf2812712645a0d26cb65118781
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Aug 20 14:19:23 2026 +0100

    gnu: python-pynbody: Update to 2.5.0.
    
    * gnu/packages/astronomy.scm (python-pynbody): Update to 2.5.0.
    
    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 326ec021cf..543b12fc30 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9193,7 +9193,7 @@ plot a single (or a few) model(s).")
 (define-public python-pynbody
   (package
     (name "python-pynbody")
-    (version "2.4.2")
+    (version "2.5.0")
     (source
      (origin
        (method git-fetch)
@@ -9202,7 +9202,7 @@ plot a single (or a few) model(s).")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03gzqxkk8cj3riba7ssnq16ww70ll7rlxpdvppq0g4m65rd93mrn"))
+        (base32 "00shhb22m456j5sq25d3ka9ig1k0ybw869wa3933cm6askbmdag0"))
        (modules '((guix build utils)))
        (snippet
         ;; Symlink goes to not existing directory.

Reply via email to