gnu: python-astroalign: Update to 2.5.1.
* gnu/packages/astronomy.scm (python-astroalign): Update to 2.5.1. Change-Id: If850a659270c8a3640bd20382f5b5fb05b998594 Signed-off-by: Eric Bavier <bavier@posteo.net>
This commit is contained in:
parent
1fbab53723
commit
a5b82772f4
1 changed files with 2 additions and 2 deletions
|
@ -4216,7 +4216,7 @@ (define-public python-roman-datamodels
|
|||
(define-public python-astroalign
|
||||
(package
|
||||
(name "python-astroalign")
|
||||
(version "2.5.0")
|
||||
(version "2.5.1")
|
||||
(source
|
||||
(origin
|
||||
;; There are no tests in the PyPI tarball.
|
||||
|
@ -4226,7 +4226,7 @@ (define-public python-astroalign
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0br1v2l48jx214a1bcdr8wz1wggcswcbz4cqv8d19fd46fc4qlhy"))))
|
||||
(base32 "1kr5cszcxvrdbksy7mvv3ps1h1jzrn4yamfr6x7whkbi6bpqf7xp"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-astropy
|
||||
|
|
Loading…
Reference in a new issue