guix-commits
[Top][All Lists]
Advanced

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

17/32: gnu: python-pynbody: Update to 1.5.2.


From: guix-commits
Subject: 17/32: gnu: python-pynbody: Update to 1.5.2.
Date: Fri, 12 Jan 2024 16:44:01 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 225e724de3ec2ddc0262d2a2767c864ea06753bc
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Dec 16 04:26:41 2023 +0000

    gnu: python-pynbody: Update to 1.5.2.
    
    * gnu/packages/astronomy.scm (python-pynbody): Update to 1.5.2.
    [arguments]<#:test-flags>: Add to ignore list 
'tests/copy_on_access_test.py'.
    
    Change-Id: Ib3c566602e036b0396a79fd41b18be0ebbe5235c
---
 gnu/packages/astronomy.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 1b707ffc56..6df6416e7d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3548,7 +3548,7 @@ functions, so that they can be called with scalar or 
array inputs.")
 (define-public python-pynbody
   (package
     (name "python-pynbody")
-    (version "1.4.2")
+    (version "1.5.2")
     (source
      (origin
        (method git-fetch) ;PyPi doesn't have not prebuit version.
@@ -3557,7 +3557,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 "1lwjs8vf3pc4a64c93fa5k6r276g1c60722swns2r10ig1s4wk0a"))
+        (base32 "175i99zwnnwglndr71paiadrx3xq3icxjgdqfv3xxpyn7fx4dzab"))
        (modules '((guix build utils)))
        (snippet
         ;; Symlink goes to not existing directory.
@@ -3572,6 +3572,7 @@ functions, so that they can be called with scalar or 
array inputs.")
                            ;;    https://github.com/pynbody/pynbody/blob/ \
                            ;;    f4bd482dc47532831b3ec115c7cb07149d61bfc5/ \
                            ;;    .github/workflows/build-test.yaml#L41
+                           "--ignore=tests/copy_on_access_test.py"
                            "--ignore=tests/gravity_test.py"
                            "--ignore=tests/adaptahop_test.py"
                            "--ignore=tests/ahf_halos_test.py"



reply via email to

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