mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-casacore: Update to 3.7.1.
* gnu/packages/astronomy.scm (python-casacore): Update to 3.7.1. Change-Id: I3bf2cd5995e4a2cc4ecde0f30b27957315a1ff9a Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
This commit is contained in:
parent
0fcfa0b989
commit
12e54b8914
1 changed files with 2 additions and 2 deletions
|
@ -2632,13 +2632,13 @@ is independent of and does not use @code{casacore}.")
|
||||||
(define-public python-casacore
|
(define-public python-casacore
|
||||||
(package
|
(package
|
||||||
(name "python-casacore")
|
(name "python-casacore")
|
||||||
(version "3.6.1")
|
(version "3.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python_casacore" version))
|
(uri (pypi-uri "python_casacore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10dva4b3mz0n885d1n91dyzmwj1gwn6mcwd2qrm678kfdccarhfx"))))
|
(base32 "1hvmlzimkz1v65zmhwg6c6vi437jjymbdd2fjjfsph3kp860ckkc"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list boost
|
(list boost
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue