guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ace67c45cf2a68912152d3f3a780add09ae9fd4b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jul 22 14:37:06 2025 +0100

    gnu: python-ccdproc: Update to 2.5.1.
    
    * gnu/packages/astronomy.scm (python-ccdproc): Update to 2.5.1.
    
    Change-Id: Iee24d6dd018c9300e0e884aa6daf194d06258d41
---
 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 a4770108a1..7febf7b546 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2908,13 +2908,13 @@ astronomy library.")
 (define-public python-ccdproc
   (package
     (name "python-ccdproc")
-    (version "2.4.3")
+    (version "2.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ccdproc" version))
        (sha256
-        (base32 "1crc565n0x1krd59cjm2vnmzyi0p83yc8vpxq6hldj7vdnqgl8yq"))))
+        (base32 "1ymx9ssapv52m6flfvlhgjnvwmqdgv1qimyjvci8w66k9j4446q5"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-hatch-vcs

Reply via email to