diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-20 12:02:27 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-01 11:35:52 +0200 |
| commit | 5989e22c58da03e8201e97bace8c89bc3baf0b3e (patch) | |
| tree | d23435a9a9dea2d3711695fda4aa677658694d9d | |
| parent | 36f7595b39de482dedcfd946ad8cfa4f1e781405 (diff) | |
gnu: python-cdasws: Update to 1.8.18.
* gnu/packages/astronomy.scm (python-cdasws): Update to 1.8.18.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -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 f7c0597ffe5..6ff2c6e6b4c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -4193,13 +4193,13 @@ bad pixel tracking throughout the reduction process.") | |||
| 4193 | (define-public python-cdasws | 4193 | (define-public python-cdasws |
| 4194 | (package | 4194 | (package |
| 4195 | (name "python-cdasws") | 4195 | (name "python-cdasws") |
| 4196 | (version "1.8.16") | 4196 | (version "1.8.18") |
| 4197 | (source | 4197 | (source |
| 4198 | (origin | 4198 | (origin |
| 4199 | (method url-fetch) | 4199 | (method url-fetch) |
| 4200 | (uri (pypi-uri "cdasws" version)) | 4200 | (uri (pypi-uri "cdasws" version)) |
| 4201 | (sha256 | 4201 | (sha256 |
| 4202 | (base32 "02mfnm0fpzd0nzvba6d3rhxsfv1v2q5ifra8ys7rzfs5ljdlm4bd")))) | 4202 | (base32 "0pnfm96jwdrly4fc1yr1bw4rg8g869by3hli90bb1p1w4y7zsaiw")))) |
| 4203 | (build-system pyproject-build-system) | 4203 | (build-system pyproject-build-system) |
| 4204 | (arguments | 4204 | (arguments |
| 4205 | (list #:tests? #f)) ;require network, and missing "context" module | 4205 | (list #:tests? #f)) ;require network, and missing "context" module |
