guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ad05e265b1bac54cda83d0cc1df990fc0c8b3c5a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 16 23:47:25 2025 +0000

    gnu: python-edps: Update to 1.7.0.
    
    * gnu/packages/astronomy.scm (python-edps): Update to 1.7.0.
    
    Change-Id: I3ad3008e0c07e2072dc8470fa5b1dc3804cf4ddf
---
 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 7b00250c0f..795a83f480 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4520,7 +4520,7 @@ implemented using the astropy.modeling framework.")
 (define-public python-edps
   (package
     (name "python-edps")
-    (version "1.6.0")
+    (version "1.7.0")
     (source
      (origin
        (method url-fetch)
@@ -4528,7 +4528,7 @@ implemented using the astropy.modeling framework.")
              "https://ftp.eso.org/pub/dfs/pipelines/libraries/edps/edps-";
              version ".tar.gz"))
        (sha256
-        (base32 "0wigb3ni663a8fp9wdsnlbg789y2898j3x523isb68mnq72fqblw"))))
+        (base32 "0r8afkpviihy9pd7hvgnc3amblzmbz21kbrdvynmz25w7fj7q9jk"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to