guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit c3f816dadd40f04848db00f5ded373c35deb0d99
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 15 21:08:45 2026 +0000

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

Reply via email to