guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/27: gnu: python-pynbody: Update to 1.4.2.


From: guix-commits
Subject: 15/27: gnu: python-pynbody: Update to 1.4.2.
Date: Sat, 18 Nov 2023 20:57:48 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit e31c1dcce9e578c48f5b26e7f7293d6d90572fa4
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 17 12:16:00 2023 +0000

    gnu: python-pynbody: Update to 1.4.2.
    
    * gnu/packages/astronomy.scm (python-pynbody): Update to 1.4.2.
    
    Change-Id: I1ccfa506b3e1fc57b547ffc21059ee3f5547ce04
    Signed-off-by: Eric Bavier <bavier@posteo.net>
---
 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 23a4d50df5..85180e40ad 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3530,7 +3530,7 @@ functions, so that they can be called with scalar or 
array inputs.")
 (define-public python-pynbody
   (package
     (name "python-pynbody")
-    (version "1.4.1")
+    (version "1.4.2")
     (source
      (origin
        (method git-fetch) ;PyPi doesn't have not prebuit version.
@@ -3539,7 +3539,7 @@ functions, so that they can be called with scalar or 
array inputs.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vl1yif3bsazcil6saghrpa4qsg47fnr7xnkjpqnp44b7ipww27r"))
+        (base32 "1lwjs8vf3pc4a64c93fa5k6r276g1c60722swns2r10ig1s4wk0a"))
        (modules '((guix build utils)))
        (snippet
         ;; Symlink goes to not existing directory.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]