From a911f8ac265ff6cffb507fefd0408cbed12fbd00 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 20 Mar 2026 10:50:59 +0000 Subject: [PATCH] gnu: python-stsynphot: Update to 1.5.1. * gnu/packages/astronomy.scm (python-stsynphot): Update to 1.5.1. [source]: Switch to git-fetch. [native-inputs]: Remove python-pytest, python-pytest-astropy, and python-pytest-astropy-header. Change-Id: I2fc451106672e59a43e752284487f33a08f23277 --- gnu/packages/astronomy.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 367e4338ae..87243e5baf 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10091,13 +10091,16 @@ Institute, STScI} utility functions.") (define-public python-stsynphot (package (name "python-stsynphot") - (version "1.5.0") + (version "1.5.1") (source (origin - (method url-fetch) - (uri (pypi-uri "stsynphot" version)) + (method git-fetch) + (uri (git-reference + (url "https://github.com/spacetelescope/stsynphot_refactor") + (commit version))) + (file-name (git-file-name name version)) (sha256 - (base32 "1hkpk27wrkhfxngzq1qdpza0i95lcs9bvxsyyf1bn45nw85ljajy")))) + (base32 "15jxb2b1172xlh041bvs8316qmqbg26nxjgfyxvl8280zwyqiwvh")))) (build-system pyproject-build-system) (arguments (list @@ -10110,10 +10113,7 @@ Institute, STScI} utility functions.") ;; . #:tests? #f)) (native-inputs - (list python-pytest - python-pytest-astropy - python-pytest-astropy-header - python-setuptools + (list python-setuptools python-setuptools-scm)) (propagated-inputs (list python-astropy