1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2026-03-20 10:50:59 +00:00
parent 2b181c3f35
commit a911f8ac26

View File

@@ -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.")
;; <https://archive.stsci.edu/hlsp/reference-atlases>.
#: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