diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-17 22:24:18 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-30 21:36:13 +0100 |
| commit | a236fbf00d79d42ec4d0642d80f6ec051c4a91ac (patch) | |
| tree | 3cb349e37e9028d04f69999c93725ab932e0d366 /gnu | |
| parent | f9bb983d3ecbbf256f8ec785f837ad9cd4a00361 (diff) | |
gnu: python-roman-datamodels: Update to 0.19.1.
* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.19.1.
[propagated-inputs]: Remove python-asdf-standard.
Change-Id: I30e2adef137bb95f37dd7651ebf8c5e6f9e6155f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 1ecd3987bb5..d1d606a0da7 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -4973,13 +4973,13 @@ solar physics.") | |||
| 4973 | (define-public python-roman-datamodels | 4973 | (define-public python-roman-datamodels |
| 4974 | (package | 4974 | (package |
| 4975 | (name "python-roman-datamodels") | 4975 | (name "python-roman-datamodels") |
| 4976 | (version "0.19.0") | 4976 | (version "0.19.1") |
| 4977 | (source (origin | 4977 | (source (origin |
| 4978 | (method url-fetch) | 4978 | (method url-fetch) |
| 4979 | (uri (pypi-uri "roman_datamodels" version)) | 4979 | (uri (pypi-uri "roman_datamodels" version)) |
| 4980 | (sha256 | 4980 | (sha256 |
| 4981 | (base32 | 4981 | (base32 |
| 4982 | "1ym06rj637fq9gxncdrn3phplk5djrzdwqghszis0di1dvsrif4j")))) | 4982 | "1fp9rwzm5kzm0hjwwmlx7kym7yriyhxbfg2zr3y625pyvwpnl0a8")))) |
| 4983 | (build-system pyproject-build-system) | 4983 | (build-system pyproject-build-system) |
| 4984 | (arguments | 4984 | (arguments |
| 4985 | (list | 4985 | (list |
| @@ -4992,7 +4992,6 @@ solar physics.") | |||
| 4992 | (setenv "HOME" "/tmp")))))) | 4992 | (setenv "HOME" "/tmp")))))) |
| 4993 | (propagated-inputs (list python-asdf | 4993 | (propagated-inputs (list python-asdf |
| 4994 | python-asdf-astropy | 4994 | python-asdf-astropy |
| 4995 | python-asdf-standard | ||
| 4996 | python-astropy | 4995 | python-astropy |
| 4997 | python-gwcs | 4996 | python-gwcs |
| 4998 | python-numpy | 4997 | python-numpy |
