guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 14e651f9ced39887b1bd7098906fa20462b835a7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 18 13:45:58 2025 +0100
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
---
gnu/packages/astronomy.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 88721e981b..175520d949 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3129,13 +3129,13 @@ Origins Spectrograph}.")
(define-public python-camb
(package
(name "python-camb")
- (version "1.6.2")
+ (version "1.6.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "camb" version))
(sha256
- (base32 "1h9zdfsk14vx8hwpsvgs351cid1waggd47hj0yhy69djz935rgq5"))))
+ (base32 "1l9c8s263i3zgs50sn000yw0vyhrk56rvfcv18pwxs1zbq8bw0si"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -3151,7 +3151,6 @@ Origins Spectrograph}.")
(list gfortran
python-packaging
python-setuptools
- python-wheel
which)) ; for fortran/Makefile
(propagated-inputs
(list python-numpy