guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit bd1c5b147ae83b764212ac00a28f377385185cdd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 20 01:56:20 2026 +0000
gnu: python-skyfield: Update to 1.54.
* gnu/packages/astronomy.scm (python-skyfield): Update to 1.54.
[native-inputs]: Remove python-wheel.
Change-Id: I1296e25b21fa6e521000dd8832ffa3042356f5b4
---
gnu/packages/astronomy.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 04b2cd3812..eb64879bac 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8692,19 +8692,20 @@ and the options
(define-public python-skyfield
(package
(name "python-skyfield")
- (version "1.53")
+ (version "1.54")
(source
(origin
- (method git-fetch) ; PyPI tarball lacks test data
+ (method git-fetch)
(uri (git-reference
- (url "https://github.com/skyfielders/python-skyfield")
- (commit version)))
+ (url "https://github.com/skyfielders/python-skyfield")
+ (commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jj0bjvzlfxr4qaq6mnybhwabhz9n70afi8sd6a26wl79s5bw1q9"))))
+ (base32 "1aayhbdnai6szld0vq7g69cva2y1gwj8zaxa97gcvajmq1rjd4d1"))))
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 594 passed
#:test-flags
#~(list "-m" "assay" "--batch" "skyfield.tests")
#:phases
@@ -8718,8 +8719,7 @@ and the options
(list nss-certs-for-test
python-assay
python-pandas
- python-setuptools
- python-wheel))
+ python-setuptools))
(propagated-inputs
(list python-certifi
python-jplephem