mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: python-skyfield: Update to 1.49.
* gnu/packages/astronomy.scm (python-skyfield): Update to 1.49. Change-Id: I640e7de951bf5e90f4d9a4d47c4228ab239f93d5
This commit is contained in:
parent
dc9a060734
commit
5e493d4b42
1 changed files with 2 additions and 2 deletions
|
@ -4904,7 +4904,7 @@ (define-public python-roman-datamodels
|
|||
(define-public python-skyfield
|
||||
(package
|
||||
(name "python-skyfield")
|
||||
(version "1.48")
|
||||
(version "1.49")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; PyPI tarball lacks test data
|
||||
|
@ -4913,7 +4913,7 @@ (define-public python-skyfield
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0l324r4pz7d5w72c7c5akvjx40287hl7sl0qv7swvn2da53vmq0r"))))
|
||||
(base32 "1rk71lzy8w28f2kzhxb3pyndncrj91jay43nvqlrlzjxi2rbg7ix"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue