diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-10-27 23:14:50 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-11-05 18:09:35 +0000 |
commit | d9b6426cbb795a31c9ee06638ee0091f737d596f (patch) | |
tree | c4f036c95ba95f9f4032832d38a8186f5939cd72 | |
parent | 10917afe67dfeffab8f0ab0fc92c4e71cc9baa79 (diff) | |
download | guix-d9b6426cbb795a31c9ee06638ee0091f737d596f.tar.gz guix-d9b6426cbb795a31c9ee06638ee0091f737d596f.zip |
gnu: python-astroalign: Update to 2.5.0.
* gnu/packages/astronomy.scm (python-astroalign): Update to 2.5.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
-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 620d2bcced..507c6ac334 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4202,7 +4202,7 @@ pipelines.") (define-public python-astroalign (package (name "python-astroalign") - (version "2.4.2") + (version "2.5.0") (source (origin ;; There are no tests in the PyPI tarball. @@ -4212,7 +4212,7 @@ pipelines.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hly20a65540hr3l1lsd1i4d90a0vdrbwnn6zx3z8s89ha9lq3pb")))) + (base32 "0br1v2l48jx214a1bcdr8wz1wggcswcbz4cqv8d19fd46fc4qlhy")))) (build-system pyproject-build-system) (native-inputs (list python-astropy |