diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-04-28 00:43:09 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-05-08 12:42:09 +0300 |
commit | a1baa54b8a8b4efa8ae01357ff21ad9cc0e50209 (patch) | |
tree | 59daeb136962492df2550b42b0a78439a12bea86 | |
parent | e48105bc5531d5bf6151d4a78508e42fec40ca8d (diff) | |
download | guix-a1baa54b8a8b4efa8ae01357ff21ad9cc0e50209.tar.gz guix-a1baa54b8a8b4efa8ae01357ff21ad9cc0e50209.zip |
gnu: python-skyfield: Update to 1.46.
* gnu/packages/astronomy.scm (python-skyfield): Update to 1.46.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-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 10347288db..5a104c752c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3095,13 +3095,13 @@ astronomical images, especially when there is no WCS information available.") (define-public python-skyfield (package (name "python-skyfield") - (version "1.39") + (version "1.46") (source (origin (method url-fetch) (uri (pypi-uri "skyfield" version)) (sha256 - (base32 "1qh3k7g9dm6idppk87hnwxpx9a22xx98vav0zk31p6291drak3as")))) + (base32 "1r4kpsh1pa4h3diyxy3gyapp0rykfjdqmn5w348a2ck2qkdlx997")))) (build-system python-build-system) (arguments ;; NOTE: (Sharlatan-20210207T163305+0000): tests depend on custom test |