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:
parent
95ea559408
commit
d599a5d68e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue