guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit c6cca952cbb2de79e483ba6803a53db70db28f08
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 c18f8d7335..c089c27af7 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8832,13 +8832,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
@@ -8846,14 +8846,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

Reply via email to