gnu: python-camb: Update to 1.6.4.

* gnu/packages/astronomy.scm (python-camb): Update to 1.6.4.
[native-inputs]: Remove python-wheel.

Change-Id: Ie5c7219ac4208336700c204bd7cccb0b0cb0e410
This commit is contained in:
Sharlatan Hellseher 2025-09-18 13:45:58 +01:00
parent 7be28fb16d
commit 908087dc27
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3129,13 +3129,13 @@ Origins Spectrograph}.")
(define-public python-camb (define-public python-camb
(package (package
(name "python-camb") (name "python-camb")
(version "1.6.2") (version "1.6.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "camb" version)) (uri (pypi-uri "camb" version))
(sha256 (sha256
(base32 "1h9zdfsk14vx8hwpsvgs351cid1waggd47hj0yhy69djz935rgq5")))) (base32 "1l9c8s263i3zgs50sn000yw0vyhrk56rvfcv18pwxs1zbq8bw0si"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -3151,7 +3151,6 @@ Origins Spectrograph}.")
(list gfortran (list gfortran
python-packaging python-packaging
python-setuptools python-setuptools
python-wheel
which)) ; for fortran/Makefile which)) ; for fortran/Makefile
(propagated-inputs (propagated-inputs
(list python-numpy (list python-numpy