mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: python-yt-astro-analysis: Update to 1.1.4.
* gnu/packages/astronomy.scm (python-yt-astro-analysis): Update to 1.1.4. [native-inputs]: Remove python-tomli, and python-wheel. Change-Id: I877d19cb921b39970fb6125cad4a5055f4547c2f
This commit is contained in:
parent
1917bb8a07
commit
bd5da20d97
1 changed files with 3 additions and 5 deletions
|
|
@ -9309,13 +9309,13 @@ using (multivariate) polynomials.")
|
|||
(define-public python-yt-astro-analysis
|
||||
(package
|
||||
(name "python-yt-astro-analysis")
|
||||
(version "1.1.3")
|
||||
(version "1.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "yt_astro_analysis" version))
|
||||
(sha256
|
||||
(base32 "1fb3sdp6hq2c4c28pd33v9yj14x9l7qizf3y3qpl594qdq1ffmpi"))))
|
||||
(base32 "0dy96084wvb7ccnnp22b6wacyjzn1n62i4mwq0q7nkp90bzx44a2"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
@ -9330,9 +9330,7 @@ using (multivariate) polynomials.")
|
|||
(native-inputs
|
||||
(list python-cython
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-tomli
|
||||
python-wheel))
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-h5py
|
||||
python-numpy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue