summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-11-17 12:15:54 +0000
committerEric Bavier <bavier@posteo.net>2023-11-18 19:56:30 -0600
commita5b82772f4de39d2a890d903829557fa295d5d7e (patch)
tree428a0e5de40812fdf69b09a868a45ae1a373b5f0
parent1fbab53723371f860e0643bc6e3d5d02a4de6236 (diff)
downloadguix-patches-a5b82772f4de39d2a890d903829557fa295d5d7e.tar
guix-patches-a5b82772f4de39d2a890d903829557fa295d5d7e.tar.gz
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>
-rw-r--r--gnu/packages/astronomy.scm4
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