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
|
||||
(package
|
||||
(name "python-extinction")
|
||||
(version "0.4.7")
|
||||
(version "0.4.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; No tests in PyPI
|
||||
|
@ -3816,7 +3816,7 @@ tools for astronomers.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "04k9mfbijf2nwzhh9sxpkswxk7077d7gbc6nq4hjb51h8rslcjg2"))))
|
||||
(base32 "1dcb4c1rjv0msb3kagpgrj2xlb5spv8j76giy14vxkvz33lm4pz7"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -3824,8 +3824,7 @@ tools for astronomers.")
|
|||
(native-inputs
|
||||
(list python-cython
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
python-setuptools-next))
|
||||
(propagated-inputs
|
||||
(list python-numpy))
|
||||
(home-page "https://github.com/sncosmo/extinction")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue