diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-16 16:41:31 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-26 16:15:35 +0100 |
commit | 2e1519de7073f8c0ad99ab868f355e109e6dd77f (patch) | |
tree | 979af755af7c73f8ec797188d2ca39514b8510f3 | |
parent | c42434c7908a7837fad1a39ac445d40125f048a8 (diff) |
gnu: python-casacore: Update to 3.7.1.
* gnu/packages/astronomy.scm (python-casacore): Update to 3.7.1.
Change-Id: I3bf2cd5995e4a2cc4ecde0f30b27957315a1ff9a
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 9bac2a63e9..1bd56855c8 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2632,13 +2632,13 @@ is independent of and does not use @code{casacore}.") (define-public python-casacore (package (name "python-casacore") - (version "3.6.1") + (version "3.7.1") (source (origin (method url-fetch) (uri (pypi-uri "python_casacore" version)) (sha256 - (base32 "10dva4b3mz0n885d1n91dyzmwj1gwn6mcwd2qrm678kfdccarhfx")))) + (base32 "1hvmlzimkz1v65zmhwg6c6vi437jjymbdd2fjjfsph3kp860ckkc")))) (build-system pyproject-build-system) (native-inputs (list boost |