diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-02 15:31:21 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-30 21:36:10 +0100 |
| commit | f18f7a7cd5ffee05318a4a69c022c2e89c5caa94 (patch) | |
| tree | e03dc313faf6f72fb8ad8b5f369398db26ec65b5 /gnu | |
| parent | fe5d0b5733870bc1e4771d17928d480b575d2c95 (diff) | |
gnu: python-jwst: Update to 1.14.0.
* gnu/packages/astronomy.scm (python-jwst): Update to 1.14.0.
[propagated-inputs]: Remove python-asdf-transform-schemas; add
python-importlib-metadata, python-packaging, python-pysiaf, and
python-synphot.
Change-Id: I0310e0680457a7851d07fa14406edf079000fcd5
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index f1a2fbf050b..1ac9d138360 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -3969,13 +3969,13 @@ milliarcsecond).") | |||
| 3969 | (define-public python-jwst | 3969 | (define-public python-jwst |
| 3970 | (package | 3970 | (package |
| 3971 | (name "python-jwst") | 3971 | (name "python-jwst") |
| 3972 | (version "1.13.4") | 3972 | (version "1.14.0") |
| 3973 | (source (origin | 3973 | (source (origin |
| 3974 | (method url-fetch) | 3974 | (method url-fetch) |
| 3975 | (uri (pypi-uri "jwst" version)) | 3975 | (uri (pypi-uri "jwst" version)) |
| 3976 | (sha256 | 3976 | (sha256 |
| 3977 | (base32 | 3977 | (base32 |
| 3978 | "0n5cfjayg15kf5p6pns7k2zfcldqz1464ndbldgzanc33fp9wnfz")))) | 3978 | "0knl2x0z3djsln8mi3a4bkxjz49iwmnr1v6wwsk13zvpkfq21vv4")))) |
| 3979 | (build-system pyproject-build-system) | 3979 | (build-system pyproject-build-system) |
| 3980 | (arguments | 3980 | (arguments |
| 3981 | (list | 3981 | (list |
| @@ -3992,19 +3992,21 @@ milliarcsecond).") | |||
| 3992 | (propagated-inputs (list opencv | 3992 | (propagated-inputs (list opencv |
| 3993 | python-asdf | 3993 | python-asdf |
| 3994 | python-asdf-astropy | 3994 | python-asdf-astropy |
| 3995 | python-asdf-transform-schemas | ||
| 3996 | python-astropy | 3995 | python-astropy |
| 3997 | python-bayesicfitting | 3996 | python-bayesicfitting |
| 3998 | python-crds | 3997 | python-crds |
| 3999 | python-drizzle | 3998 | python-drizzle |
| 4000 | python-gwcs | 3999 | python-gwcs |
| 4000 | python-importlib-metadata | ||
| 4001 | python-jplephem | 4001 | python-jplephem |
| 4002 | python-jsonschema | 4002 | python-jsonschema |
| 4003 | python-numpy | 4003 | python-numpy |
| 4004 | python-packaging | ||
| 4004 | python-photutils | 4005 | python-photutils |
| 4005 | python-poppy | 4006 | python-poppy |
| 4006 | python-psutil | 4007 | python-psutil |
| 4007 | python-pyparsing | 4008 | python-pyparsing |
| 4009 | python-pysiaf | ||
| 4008 | python-requests | 4010 | python-requests |
| 4009 | python-scikit-image | 4011 | python-scikit-image |
| 4010 | python-scipy | 4012 | python-scipy |
| @@ -4014,6 +4016,7 @@ milliarcsecond).") | |||
| 4014 | python-stpipe | 4016 | python-stpipe |
| 4015 | python-stsci-image | 4017 | python-stsci-image |
| 4016 | python-stsci-imagestats | 4018 | python-stsci-imagestats |
| 4019 | python-synphot | ||
| 4017 | python-tweakwcs | 4020 | python-tweakwcs |
| 4018 | python-wiimatch)) | 4021 | python-wiimatch)) |
| 4019 | (native-inputs (list python-colorama | 4022 | (native-inputs (list python-colorama |
| @@ -4022,6 +4025,7 @@ milliarcsecond).") | |||
| 4022 | python-pytest-doctestplus | 4025 | python-pytest-doctestplus |
| 4023 | python-pytest-openfiles | 4026 | python-pytest-openfiles |
| 4024 | python-requests-mock | 4027 | python-requests-mock |
| 4028 | ;; python-ruff ; not packed yet in Guix | ||
| 4025 | python-setuptools-scm)) | 4029 | python-setuptools-scm)) |
| 4026 | (home-page "https://jwst-pipeline.readthedocs.io/en/latest/") | 4030 | (home-page "https://jwst-pipeline.readthedocs.io/en/latest/") |
| 4027 | (synopsis | 4031 | (synopsis |
