GNU bug report logs -
#77975
[PATCH 00/32] Astro update 2025/04.
Previous Next
Full log
Message #62 received at 77975 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/astronomy.scm (python-sncosmo): Update to 2.12.1.
Change-Id: I37c510861aa52c525772003ea2267d3ee21d0d27
---
gnu/packages/astronomy.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a2cbdc0491..30734e55fc 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4023,13 +4023,13 @@ (define-public python-sirilic
(define-public python-sncosmo
(package
(name "python-sncosmo")
- (version "2.12.0")
+ (version "2.12.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sncosmo" version))
(sha256
- (base32 "0n5ygpq888hgdy7d4b8zz3hbfdi4vn4lsdp9m9ii0a6ghh61f803"))))
+ (base32 "1jvrrrlb37pgsa0zd6519r07hih41nswa7ym3sh49i6bx0pmh4n5"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -4065,6 +4065,13 @@ (define-public python-sncosmo
(lambda _
(setenv "HOME" "/tmp")
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
+ (native-inputs
+ (list ;; python-iminuit ; not packed, optional
+ python-cython-3
+ python-pytest
+ python-pytest-astropy
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-astropy
python-extinction
@@ -4073,13 +4080,6 @@ (define-public python-sncosmo
python-numpy
python-pyyaml
python-scipy))
- (native-inputs
- (list ;; python-iminuit ; not packed, optional
- python-cython-3
- python-pytest
- python-pytest-astropy
- python-setuptools
- python-wheel))
(home-page "https://sncosmo.readthedocs.org")
(synopsis "Package for supernova cosmology based on astropy")
(description
--
2.49.0
This bug report was last modified 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.