diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-14 22:27:26 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:51 +0000 |
| commit | 77d1a8773e8d7d624588acabf7ec5424032bdafa (patch) | |
| tree | 5047fb460582f2bec8e5a7fba99c797680a96649 | |
| parent | a90d6d613e9a87e83ab770b27a654a6cd24114fe (diff) | |
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
| -rw-r--r-- | gnu/packages/astronomy.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index ba7da3dc5e9..f2506ae8359 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 |
