gnu: python-pyerfa: Update to 2.0.0.3.
* gnu/packages/astronomy.scm (python-pyerfa): Update to 2.0.0.3. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
113efafd5b
commit
bc7a8ebcd8
1 changed files with 2 additions and 2 deletions
|
|
@ -3242,13 +3242,13 @@ exposures and high-level data products (mosaics, extracted spectra, etc.).")
|
||||||
(define-public python-pyerfa
|
(define-public python-pyerfa
|
||||||
(package
|
(package
|
||||||
(name "python-pyerfa")
|
(name "python-pyerfa")
|
||||||
(version "2.0.0.1")
|
(version "2.0.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyerfa" version))
|
(uri (pypi-uri "pyerfa" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0c6y1rm51kj8ahbr1vwbswck3ix77dc3zhc2fkg6w7iczrzn7m1g"))
|
(base32 "0f8zykzxjsiwv5ibdn5asla2ng2xl0xdkrcrrd61j31mb3xbnzyp"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
|
||||||
Reference in a new issue