guix-commits
[Top][All Lists]
Advanced

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

24/28: gnu: python-pytest-astropy: Update to 0.11.0.


From: guix-commits
Subject: 24/28: gnu: python-pytest-astropy: Update to 0.11.0.
Date: Sun, 5 Nov 2023 13:16:31 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 9f06cf2ed8e8d5b4452c7b08d7521ec532e58f67
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Oct 27 23:15:01 2023 +0100

    gnu: python-pytest-astropy: Update to 0.11.0.
    
    * gnu/packages/python-check (python-pytest-astropy): Update to 0.11.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/python-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 489a4fb2b2..ea74472270 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -528,13 +528,13 @@ Astropy project, but is optimized for use with 
astropy-related projects.")
 (define-public python-pytest-astropy
   (package
     (name "python-pytest-astropy")
-    (version "0.10.0")
+    (version "0.11.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-astropy" version))
        (sha256
-        (base32 "04g2rh261s3s6ym8mwi4iv2a6anbgwvwzcvkyilfck6yxrncdqw5"))))
+        (base32 "1d9rcxnc57rjp96xag1gq725pwl11b3k5hdaz7c3w5lixncsmbjf"))))
     (build-system python-build-system)
     (arguments (list #:tests? #f)) ; there are no tests
     (native-inputs



reply via email to

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