diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-15 19:16:00 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 18:34:24 +0100 |
| commit | fb3fbf0aef5863e6f65e512a1af748da5bf8997d (patch) | |
| tree | 1255eabd009db597062a2c772c8388c1e0c29253 | |
| parent | ea215f82291fd1b21bfdd004f0b083dbf61a6814 (diff) | |
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
| -rw-r--r-- | gnu/packages/astronomy.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 6a1ef5b7289..28416bbc92e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -5397,7 +5397,7 @@ implemented using the astropy.modeling framework.") | |||
| 5397 | (define-public python-edps | 5397 | (define-public python-edps |
| 5398 | (package | 5398 | (package |
| 5399 | (name "python-edps") | 5399 | (name "python-edps") |
| 5400 | (version "1.8.0") | 5400 | (version "1.8.1") |
| 5401 | (source | 5401 | (source |
| 5402 | (origin | 5402 | (origin |
| 5403 | (method url-fetch) | 5403 | (method url-fetch) |
| @@ -5405,14 +5405,13 @@ implemented using the astropy.modeling framework.") | |||
| 5405 | "https://ftp.eso.org/pub/dfs/pipelines/libraries/edps/edps-" | 5405 | "https://ftp.eso.org/pub/dfs/pipelines/libraries/edps/edps-" |
| 5406 | version ".tar.gz")) | 5406 | version ".tar.gz")) |
| 5407 | (sha256 | 5407 | (sha256 |
| 5408 | (base32 "0xhz9x3c86wx3088jm1c6w0dzvyqadv43zpkxggrfmkd3wf9nmqb")))) | 5408 | (base32 "1fz7mr1kwb7jzid3l414z6qpcsfv205qxckjfgcqqxk08jawgnkz")))) |
| 5409 | (build-system pyproject-build-system) | 5409 | (build-system pyproject-build-system) |
| 5410 | (arguments | 5410 | (arguments |
| 5411 | (list | 5411 | (list |
| 5412 | #:tests? #f)) ;no tests in tarball | 5412 | #:tests? #f)) ;no tests in tarball |
| 5413 | (native-inputs | 5413 | (native-inputs |
| 5414 | (list python-pytest | 5414 | (list python-setuptools)) |
| 5415 | python-setuptools)) | ||
| 5416 | (propagated-inputs | 5415 | (propagated-inputs |
| 5417 | (list python-astropy | 5416 | (list python-astropy |
| 5418 | python-fastapi | 5417 | python-fastapi |
