mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-stsci-skypac: Update to 1.0.11.
* gnu/packages/astronomy.scm (python-stsci-skypac): Update to 1.0.11. [native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next. Change-Id: Ibe2dab68e64b1a9961c26c2f60e82f14f9633249
This commit is contained in:
parent
25a8b05db5
commit
28cad6da87
1 changed files with 4 additions and 5 deletions
|
|
@ -8201,20 +8201,19 @@ task}.")
|
|||
(define-public python-stsci-skypac
|
||||
(package
|
||||
(name "python-stsci-skypac")
|
||||
(version "1.0.10")
|
||||
(version "1.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "stsci_skypac" version))
|
||||
(sha256
|
||||
(base32 "0amfknfxzrmia0d8x83i9h2v5760ynvfgfs0kzpb1ib0vyaci671"))))
|
||||
(base32 "1pfgcgcgwvlil4m0v7d6raya70s74knimfh8yn634kapf24xxy1k"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; no tests in PyPI or git
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-setuptools-scm-next
|
||||
python-wheel))
|
||||
(list python-setuptools-next
|
||||
python-setuptools-scm-next))
|
||||
(propagated-inputs
|
||||
(list python-astropy
|
||||
python-numpy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue