diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-16 23:47:25 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-30 11:40:48 +0000 |
| commit | ad05e265b1bac54cda83d0cc1df990fc0c8b3c5a (patch) | |
| tree | aa08ab3e98964bd0418b0bf111ff28bf40c15446 /gnu | |
| parent | 00eb739bb38723d6c09ecac773b38b36b2eb6204 (diff) | |
gnu: python-edps: Update to 1.7.0.
* gnu/packages/astronomy.scm (python-edps): Update to 1.7.0.
Change-Id: I3ad3008e0c07e2072dc8470fa5b1dc3804cf4ddf
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files 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 |
