guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: python-pyvo: Update to 1.2.1.


From: guix-commits
Subject: 02/10: gnu: python-pyvo: Update to 1.2.1.
Date: Sat, 19 Feb 2022 04:49:43 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 144d9232bdaedb8f5ca29218b2b0e27ca62ae048
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Feb 18 21:31:11 2022 +0100

    gnu: python-pyvo: Update to 1.2.1.
    
    * gnu/packages/astronomy.scm (python-pyvo): Update to 1.2.1.
    [arguments]: Remove obsolete workaround.
---
 gnu/packages/astronomy.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 7460b3d4d3..5336a9fb36 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -826,21 +826,20 @@ of astronomical sources.")
 (define-public python-pyvo
   (package
     (name "python-pyvo")
-    (version "1.2")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyvo" version))
        (sha256
-        (base32 "1lap703wxbyxqlbk85myirp4pkdnc6cg10xhfajfsvz5k0hm5ffw"))))
+        (base32 "1ri5yp6903386lkn79mdcmlax7zsfrrrjbcvb91wxydcc9yasc1n"))))
     (build-system python-build-system)
     (arguments
-     `(#:phases
+     '(#:phases
        (modify-phases %standard-phases
          (replace 'check
-           (lambda* (#:key inputs outputs tests? #:allow-other-keys)
+           (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
-               (add-installed-pythonpath inputs outputs)
                (invoke "python" "-m" "pytest" "--pyargs" "pyvo" "-k"
                        (string-append   ; these tests use the network
                         "not test_access_with_string"



reply via email to

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