guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 77d1a8773e8d7d624588acabf7ec5424032bdafa
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Oct 14 22:27:26 2025 +0100
gnu: python-stsynphot: Update to 1.5.0.
* gnu/packages/astronomy.scm (python-stsynphot): Update to 1.5.0.
[native-inputs]: Remove python-wheel.
Change-Id: I159d37d264f4be24e2f4b2ca92f573a9447c770b
---
gnu/packages/astronomy.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ba7da3dc5e..f2506ae835 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8868,13 +8868,13 @@ Institute, STScI} utility functions.")
(define-public python-stsynphot
(package
(name "python-stsynphot")
- (version "1.4.0")
+ (version "1.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "stsynphot" version))
(sha256
- (base32 "02xaglg1kv3mk6gqjcs1283mmy9b42fgsga8g2z8768lkgwmmg9j"))))
+ (base32 "1hkpk27wrkhfxngzq1qdpza0i95lcs9bvxsyyf1bn45nw85ljajy"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -8882,14 +8882,16 @@ Institute, STScI} utility functions.")
;; disable them for now. astropy.utils.exceptions.AstropyUserWarning:
;; Failed to load Vega spectrum from
;; /grp/redcat/trds/calspec/alpha_lyr_stis_010.fits;
+ ;;
+ ;; Data is availalbe by the lnks: <https://ssb.stsci.edu/trds/calspec/>,
+ ;; <https://archive.stsci.edu/hlsp/reference-atlases>.
#:tests? #f))
(native-inputs
(list python-pytest
python-pytest-astropy
python-pytest-astropy-header
python-setuptools
- python-setuptools-scm
- python-wheel))
+ python-setuptools-scm))
(propagated-inputs
(list python-astropy
python-beautifulsoup4