diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-27 11:28:32 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-27 12:26:19 +0200 |
commit | 6cf85268afe3b34cabb60c538fa4e229fb0cebea (patch) | |
tree | 5de83cf7db851848a64d4a6b28697543121cce89 /gnu | |
parent | f063e411c08f23ccb681da3f4c078e91e1b69f66 (diff) |
gnu: python-skyfield: Update to 1.39.
* gnu/packages/astronomy.scm (python-skyfield): Update to 1.39.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index f404b3c86d..520df1cdce 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1011,13 +1011,13 @@ astronomical images, especially when there is no WCS information available.") (define-public python-skyfield (package (name "python-skyfield") - (version "1.38") + (version "1.39") (source (origin (method url-fetch) (uri (pypi-uri "skyfield" version)) (sha256 - (base32 "1qi1l8qn6irdv6w41qq30s2yjwak7h6ayywr1pry9gwcm2c25bv5")))) + (base32 "1qh3k7g9dm6idppk87hnwxpx9a22xx98vav0zk31p6291drak3as")))) (build-system python-build-system) (arguments ;; NOTE: (Sharlatan-20210207T163305+0000): tests depend on custom test |