guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fb3fbf0aef5863e6f65e512a1af748da5bf8997d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Aug 15 19:16:00 2026 +0100

    gnu: python-edps: Update to 1.8.1.
    
    * gnu/packages/astronomy.scm (python-edps): Update to 1.8.1.
    [native-inputs]: Remove python-pytest.
    
    Relates-to: guix/guix!10702
---
 gnu/packages/astronomy.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6a1ef5b728..28416bbc92 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5397,7 +5397,7 @@ implemented using the astropy.modeling framework.")
 (define-public python-edps
   (package
     (name "python-edps")
-    (version "1.8.0")
+    (version "1.8.1")
     (source
      (origin
        (method url-fetch)
@@ -5405,14 +5405,13 @@ implemented using the astropy.modeling framework.")
              "https://ftp.eso.org/pub/dfs/pipelines/libraries/edps/edps-";
              version ".tar.gz"))
        (sha256
-        (base32 "0xhz9x3c86wx3088jm1c6w0dzvyqadv43zpkxggrfmkd3wf9nmqb"))))
+        (base32 "1fz7mr1kwb7jzid3l414z6qpcsfv205qxckjfgcqqxk08jawgnkz"))))
     (build-system pyproject-build-system)
     (arguments
      (list
       #:tests? #f)) ;no tests in tarball
     (native-inputs
-     (list python-pytest
-           python-setuptools))
+     (list python-setuptools))
     (propagated-inputs
      (list python-astropy
            python-fastapi

Reply via email to