diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-11-17 12:15:54 +0000 |
---|---|---|
committer | Eric Bavier <bavier@posteo.net> | 2023-11-18 19:56:30 -0600 |
commit | a5b82772f4de39d2a890d903829557fa295d5d7e (patch) | |
tree | 428a0e5de40812fdf69b09a868a45ae1a373b5f0 /gnu | |
parent | 1fbab53723371f860e0643bc6e3d5d02a4de6236 (diff) | |
download | guix-a5b82772f4de39d2a890d903829557fa295d5d7e.tar.gz guix-a5b82772f4de39d2a890d903829557fa295d5d7e.zip |
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>
Diffstat (limited to 'gnu')
-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 522d62a05e..5dfdd6f0d8 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4216,7 +4216,7 @@ pipelines.") (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 @@ pipelines.") (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 |