GNU bug report logs -
#78517
[PATCH 00/31] Astro update 2025/05.
Previous Next
Full log
Message #71 received at 78517 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.25.0.
[native-inputs]: Remove python-setuptools; add python-setuptools-next.
Change-Id: I7602ace125e87fd9e608ae2ee8194673948cee0f
---
gnu/packages/astronomy.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f85e14358f..81d1c2f73c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7217,13 +7217,13 @@ (define-public python-regions
(define-public python-roman-datamodels
(package
(name "python-roman-datamodels")
- (version "0.24.0")
+ (version "0.25.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "roman_datamodels" version))
(sha256
- (base32 "1jlzfpzg13g9sq1i0dz27ymny48rwz74blp2dqhk9idynbyp5l4k"))))
+ (base32 "0sb2zpanklyh5j2rgm27lrscl51fwyny4f6c9gisj373pp7w6h2c"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -7240,7 +7240,7 @@ (define-public python-roman-datamodels
python-pytest-doctestplus
python-pytest-env
python-pytest-xdist
- python-setuptools
+ python-setuptools-next
python-setuptools-scm
python-wheel))
(propagated-inputs
--
2.49.0
This bug report was last modified 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.