~ruther/guix-local

1e8363124669d9ac364aaf6209c5a1bc64732413 — Sharlatan Hellseher 1 year, 4 months ago f8e37a7
gnu: python-ccdproc: Update to 2.4.3.

* gnu/packages/astronomy.scm (python-ccdproc): Update to 2.4.3.
[native-inputs]: Add python-hatch-vcs and python-hatchling.

Change-Id: I28517fd7e02dbfce0655a528b6aa90ad0ef82500
1 files changed, 5 insertions(+), 3 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +5 -3
@@ 1998,16 1998,18 @@ is independent of and does not use @code{casacore}.")
(define-public python-ccdproc
  (package
    (name "python-ccdproc")
    (version "2.4.2")
    (version "2.4.3")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "ccdproc" version))
       (sha256
        (base32 "14faivm9nihpdwzg0jx1c9zr7jk22gjfjw78raq6h63ypl10i6yx"))))
        (base32 "1crc565n0x1krd59cjm2vnmzyi0p83yc8vpxq6hldj7vdnqgl8yq"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-memory-profiler
     (list python-hatch-vcs
           python-hatchling
           python-memory-profiler
           python-pytest-astropy))
    (propagated-inputs
     (list python-astropy