gnu: python-skyfield: Update to 1.39.

* gnu/packages/astronomy.scm (python-skyfield): Update to 1.39.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-27 11:28:32 +02:00
parent f063e411c0
commit 6cf85268af
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1011,13 +1011,13 @@ (define-public python-astroalign
(define-public python-skyfield (define-public python-skyfield
(package (package
(name "python-skyfield") (name "python-skyfield")
(version "1.38") (version "1.39")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "skyfield" version)) (uri (pypi-uri "skyfield" version))
(sha256 (sha256
(base32 "1qi1l8qn6irdv6w41qq30s2yjwak7h6ayywr1pry9gwcm2c25bv5")))) (base32 "1qh3k7g9dm6idppk87hnwxpx9a22xx98vav0zk31p6291drak3as"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; NOTE: (Sharlatan-20210207T163305+0000): tests depend on custom test ;; NOTE: (Sharlatan-20210207T163305+0000): tests depend on custom test