guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: python-skyfield: Match up input and variable names.


From: guix-commits
Subject: 13/13: gnu: python-skyfield: Match up input and variable names.
Date: Tue, 27 Apr 2021 06:27:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bb9e77b5446816449ec0df81d9dcaa54b8db3a16
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 27 11:29:35 2021 +0200

    gnu: python-skyfield: Match up input and variable names.
    
    * gnu/packages/astronomy.scm (python-skyfield)[inputs]: Add "python-"
    prefix to alist keys.
---
 gnu/packages/astronomy.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 520df1c..886296a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1024,10 +1024,10 @@ astronomical images, especially when there is no WCS 
information available.")
      ;; framework https://github.com/brandon-rhodes/assay
      `(#:tests? #f))
     (inputs
-     `(("certifi" ,python-certifi)
-       ("jplephem" ,python-jplephem)
-       ("numpy" ,python-numpy)
-       ("sgp4" ,python-sgp4)))
+     `(("python-certifi" ,python-certifi)
+       ("python-jplephem" ,python-jplephem)
+       ("python-numpy" ,python-numpy)
+       ("python-sgp4" ,python-sgp4)))
     (home-page "https://rhodesmill.org/skyfield/";)
     (synopsis "Astronomy for Python")
     (description



reply via email to

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