guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/27: gnu: python-astroalign: Update to 2.5.1.


From: guix-commits
Subject: 10/27: gnu: python-astroalign: Update to 2.5.1.
Date: Sat, 18 Nov 2023 20:57:47 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit a5b82772f4de39d2a890d903829557fa295d5d7e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 17 12:15:54 2023 +0000

    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>
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]