[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/26: gnu: python-roman-datamodels: Update to 0.20.0.
From: |
guix-commits |
Subject: |
16/26: gnu: python-roman-datamodels: Update to 0.20.0. |
Date: |
Thu, 30 May 2024 10:26:23 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 76f1e3812a83edb25f8675b190594bb296ce1d9b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon May 20 23:12:43 2024 +0100
gnu: python-roman-datamodels: Update to 0.20.0.
* gnu/packages/astronomy.scm (python-roman-datamodels): Update to
0.20.0. Adjust indentation.
Change-Id: I6bd533d81a0c8b6f2cc183e274190ff7042e965f
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/astronomy.scm | 40 +++++++++++++++++++++-------------------
1 file changed, 21 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 16e5310e74..b7c885c8f2 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5098,13 +5098,13 @@ solar physics.")
(define-public python-roman-datamodels
(package
(name "python-roman-datamodels")
- (version "0.19.1")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "roman_datamodels" version))
- (sha256
- (base32
- "1fp9rwzm5kzm0hjwwmlx7kym7yriyhxbfg2zr3y625pyvwpnl0a8"))))
+ (version "0.20.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "roman_datamodels" version))
+ (sha256
+ (base32 "1918wnssf478w168mhv009jkirmny8hyfxrkwvl8iish36dcqagh"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -5115,18 +5115,20 @@ solar physics.")
(add-after 'unpack 'set-env
(lambda _
(setenv "HOME" "/tmp"))))))
- (propagated-inputs (list python-asdf
- python-asdf-astropy
- python-astropy
- python-gwcs
- python-numpy
- python-psutil
- python-rad))
- (native-inputs (list python-pytest
- python-pytest-doctestplus
- python-pytest-env
- python-pytest-xdist
- python-setuptools-scm))
+ (propagated-inputs
+ (list python-asdf
+ python-asdf-astropy
+ python-astropy
+ python-gwcs
+ python-numpy
+ python-psutil
+ python-rad))
+ (native-inputs
+ (list python-pytest
+ python-pytest-doctestplus
+ python-pytest-env
+ python-pytest-xdist
+ python-setuptools-scm))
(home-page "https://github.com/spacetelescope/roman_datamodels")
(synopsis "Roman Datamodels Support")
(description
- 03/26: gnu: python-sgp4: Use pyproject-build-system., (continued)
- 03/26: gnu: python-sgp4: Use pyproject-build-system., guix-commits, 2024/05/30
- 11/26: gnu: python-ccdproc: Update to 2.4.2., guix-commits, 2024/05/30
- 07/26: gnu: python-astropy: Update to 6.1.0., guix-commits, 2024/05/30
- 06/26: gnu: python-astropy-iers-data: Update to 0.2024.5.13.0.30.12., guix-commits, 2024/05/30
- 08/26: gnu: python-pyvo: Disable a failing test., guix-commits, 2024/05/30
- 10/26: gnu: python-dust-extinction: Update to 1.4., guix-commits, 2024/05/30
- 13/26: gnu: python-crds: Update to 11.17.22., guix-commits, 2024/05/30
- 09/26: gnu: python-astroscrappy: Update to 1.2.0., guix-commits, 2024/05/30
- 14/26: gnu: python-jplephem: Update to 2.22., guix-commits, 2024/05/30
- 17/26: gnu: python-sunpy: Update to 5.1.3., guix-commits, 2024/05/30
- 16/26: gnu: python-roman-datamodels: Update to 0.20.0.,
guix-commits <=
- 15/26: gnu: python-rad: Update to 0.20.0, guix-commits, 2024/05/30
- 20/26: gnu: python-unyt: Fix version detection., guix-commits, 2024/05/30
- 21/26: gnu: python-ewah-bool-utils: Update to 1.2.0., guix-commits, 2024/05/30
- 22/26: gnu: Add python-viresclient., guix-commits, 2024/05/30
- 26/26: gnu: Add python-yt., guix-commits, 2024/05/30
- 25/26: gnu: Add python-more-itertools-next., guix-commits, 2024/05/30
- 12/26: gnu: python-cdflib: Update to 1.3.1., guix-commits, 2024/05/30
- 18/26: gnu: python-stsci-image: Update to 2.3.7., guix-commits, 2024/05/30
- 23/26: gnu: Add python-geopack., guix-commits, 2024/05/30
- 24/26: gnu: Add python-comm., guix-commits, 2024/05/30