[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/45: gnu: python-rad: Update to 0.22.0.
From: |
guix-commits |
Subject: |
31/45: gnu: python-rad: Update to 0.22.0. |
Date: |
Sat, 30 Nov 2024 10:16:38 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit f2033e78a871a9c92d9ba89b57bc0d8fc615fe90
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 21 16:54:55 2024 +0000
gnu: python-rad: Update to 0.22.0.
* gnu/packages/astronomy.scm (python-rad): Update to 0.22.0.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: If9509ccba985f08a3a6d263316beb263ff055db4
---
gnu/packages/astronomy.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ec58b81b9f..35c3b747f1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6207,13 +6207,13 @@ default) to world coordinates.")
(define-public python-rad
(package
(name "python-rad")
- (version "0.21.0")
+ (version "0.22.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "rad" version))
(sha256
- (base32 "0b2gfsyccfx9dmmh725h7qjh5rxabg5w1j52yzfi8b0a8nmg6j6a"))))
+ (base32 "1p6v49gzbzishy1kdd5g8nbl97qp459s1smb6j94wvif4262zkm8"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -6221,9 +6221,13 @@ default) to world coordinates.")
;; python-rad -> python-roman-datamodels -> python-crds -> python-rad
#:test-flags #~(list "--ignore=tests/test_schemas.py")))
(native-inputs
- (list python-pytest python-setuptools-scm))
+ (list python-pytest
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
(propagated-inputs
- (list python-asdf python-asdf-astropy))
+ (list python-asdf
+ python-asdf-astropy))
(home-page "https://github.com/spacetelescope/rad")
(synopsis "Roman Attribute Dictionary")
(description
- 33/45: gnu: python-reproject: Update to 0.14.1., (continued)
- 33/45: gnu: python-reproject: Update to 0.14.1., guix-commits, 2024/11/30
- 27/45: gnu: python-ndcube: Update to 2.2.4., guix-commits, 2024/11/30
- 28/45: gnu: python-photutils: Update to 2.0.2., guix-commits, 2024/11/30
- 39/45: gnu: python-stcal: Update to 1.10.0., guix-commits, 2024/11/30
- 29/45: gnu: python-pyerfa: Update to 2.0.1.5., guix-commits, 2024/11/30
- 34/45: gnu: python-roman-datamodels: Update to 0.22.0., guix-commits, 2024/11/30
- 45/45: gnu: python-gatspy: Adjust inputs., guix-commits, 2024/11/30
- 36/45: gnu: python-sncosmo: Update to 2.11.2., guix-commits, 2024/11/30
- 10/45: gnu: healpix-source: Update commentary note., guix-commits, 2024/11/30
- 37/45: gnu: python-specutils: Update to 1.19.0., guix-commits, 2024/11/30
- 31/45: gnu: python-rad: Update to 0.22.0.,
guix-commits <=
- 41/45: gnu: python-stsynphot: Update to 1.4.0., guix-commits, 2024/11/30
- 40/45: gnu: python-stdatamodels: Update to 2.1.2., guix-commits, 2024/11/30
- 43/45: gnu: python-yt: Update to 4.4.0., guix-commits, 2024/11/30
- 35/45: gnu: python-sep-pjw: Update to 1.3.7., guix-commits, 2024/11/30
- 14/45: gnu: python-astropy-iers-data: Update to 0.2024.11.18.0.35.2., guix-commits, 2024/11/30
- 08/45: gnu: Add python-spisea., guix-commits, 2024/11/30
- 21/45: gnu: python-aplpy: Update to 2.2.0., guix-commits, 2024/11/30