mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7be28fb16d
commit
908087dc27
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue