aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-04-21 17:07:43 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-04-30 20:12:41 +0100
commit1c4a5322c59a4beec666b1357b7bd9b416f47463 (patch)
treebd29afa4ba4f01cbefc1b485d2605b79eb4aa8b2
parent66fa6e049a99bf9cefbea590a9e2bdde63d1310c (diff)
downloadguix-1c4a5322c59a4beec666b1357b7bd9b416f47463.tar.gz
guix-1c4a5322c59a4beec666b1357b7bd9b416f47463.zip
gnu: python-sncosmo: Update to 2.12.1.
* gnu/packages/astronomy.scm (python-sncosmo): Update to 2.12.1. Change-Id: I37c510861aa52c525772003ea2267d3ee21d0d27
-rw-r--r--gnu/packages/astronomy.scm18
1 files 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 @@ and the options
(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 @@ and the options
(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 @@ and the options
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