gnu: python-skyfield: Update to 1.48.

* gnu/packages/astronomy.scm (python-skyfield): Update to 1.48.

Change-Id: I4f94ec7c8cbea3af325fff81d570ef044f710f71
This commit is contained in:
Sharlatan Hellseher 2024-02-09 16:57:26 +00:00
parent 95ea559408
commit d599a5d68e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4547,13 +4547,13 @@ (define-public python-astroalign
(define-public python-skyfield (define-public python-skyfield
(package (package
(name "python-skyfield") (name "python-skyfield")
(version "1.47") (version "1.48")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "skyfield" version)) (uri (pypi-uri "skyfield" version))
(sha256 (sha256
(base32 "0272pwk88csmrrl44fc4l52agd68pkg4zbmdhs7gliq5q9wf3hrs")))) (base32 "1qaz0k0lkni3y423r66mkvj99bx08qa9xgqp3cs2df70cmdz30cb"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; XXX: Tests depend on custom test framework ;; XXX: Tests depend on custom test framework