guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 657e93595b5ea86ce773a57e2c0cf3cb7faead93 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Tue Jul 22 11:14:50 2025 +0100 gnu: python-stcal: Update to 1.14.1. * gnu/packages/astronomy.scm (python-stcal): Update to 1.14.1. [native-inputs]: Remove python-setuptools; add python-setuptools-next. Change-Id: Idd1295d79609e71c898a723b0a849444280a4885 --- gnu/packages/astronomy.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index dd1df968f5..0e460581bb 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6527,13 +6527,13 @@ and CAS statistics), as well as fitting 2D Sérsic profiles.") (define-public python-stcal (package (name "python-stcal") - (version "1.13.0") + (version "1.14.1") (source (origin (method url-fetch) (uri (pypi-uri "stcal" version)) (sha256 - (base32 "00xfx7hpcadwf3dm0lddh1raw7qnr5nrg30dclmjcrxhsp27spjg")))) + (base32 "1y3w1nlb4f56f9w7ql1al35mj2xv53cagrnpqknl1kh6r6qg7pqj")))) (build-system pyproject-build-system) (arguments (list @@ -6576,11 +6576,11 @@ and CAS statistics), as well as fitting 2D Sérsic profiles.") python-pytest python-pytest-xdist python-pytest-doctestplus - python-setuptools + python-setuptools-next python-setuptools-scm python-wheel)) (propagated-inputs - (list opencv ;Provides OpenCV-Python + (list opencv ;Provides OpenCV-Python python-asdf python-astropy python-drizzle
