[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/18: gnu: python-skyfield: Update to 1.46.
From: |
guix-commits |
Subject: |
12/18: gnu: python-skyfield: Update to 1.46. |
Date: |
Mon, 8 May 2023 05:51:48 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit a1baa54b8a8b4efa8ae01357ff21ad9cc0e50209
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Apr 28 00:43:09 2023 +0100
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>
---
gnu/packages/astronomy.scm | 4 ++--
1 file 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
- 08/18: gnu: python-pytest-filter-subpackage: Update to 0.1.2., (continued)
- 08/18: gnu: python-pytest-filter-subpackage: Update to 0.1.2., guix-commits, 2023/05/08
- 02/18: gnu: tio: Update to 2.5., guix-commits, 2023/05/08
- 10/18: gnu: python-extension-helpers: Update to 1.0.0., guix-commits, 2023/05/08
- 13/18: gnu: python-pytest-remotedata: Update to 0.4.0., guix-commits, 2023/05/08
- 16/18: gnu: python-astropy: Update to 5.2.2., guix-commits, 2023/05/08
- 18/18: gnu: python-bottleneck: Honor #:tests? flag., guix-commits, 2023/05/08
- 14/18: gnu: python-pytest-arraydiff: Update to 0.5.0., guix-commits, 2023/05/08
- 11/18: gnu: python-jplephem: Update to 2.18., guix-commits, 2023/05/08
- 17/18: gnu: python-bottleneck: Update to 1.3.7., guix-commits, 2023/05/08
- 15/18: gnu: python-pytest-mpl: Update to 0.16.1., guix-commits, 2023/05/08
- 12/18: gnu: python-skyfield: Update to 1.46.,
guix-commits <=