mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-extinction: Update to 0.4.8.
* gnu/packages/astronomy.scm (python-extinction): Update to 0.4.8. [native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next. Change-Id: I1fd4f9656eebb4e8e3845ed9273beacb691f1ab0
This commit is contained in:
parent
40daf7ee4c
commit
e2fa3885db
1 changed files with 3 additions and 4 deletions
|
@ -3807,7 +3807,7 @@ tools for astronomers.")
|
||||||
(define-public python-extinction
|
(define-public python-extinction
|
||||||
(package
|
(package
|
||||||
(name "python-extinction")
|
(name "python-extinction")
|
||||||
(version "0.4.7")
|
(version "0.4.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; No tests in PyPI
|
(method git-fetch) ; No tests in PyPI
|
||||||
|
@ -3816,7 +3816,7 @@ tools for astronomers.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04k9mfbijf2nwzhh9sxpkswxk7077d7gbc6nq4hjb51h8rslcjg2"))))
|
(base32 "1dcb4c1rjv0msb3kagpgrj2xlb5spv8j76giy14vxkvz33lm4pz7"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -3824,8 +3824,7 @@ tools for astronomers.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython
|
(list python-cython
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools-next))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numpy))
|
(list python-numpy))
|
||||||
(home-page "https://github.com/sncosmo/extinction")
|
(home-page "https://github.com/sncosmo/extinction")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue