diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-20 20:31:15 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-29 23:01:01 +0000 |
commit | 1e8363124669d9ac364aaf6209c5a1bc64732413 (patch) | |
tree | c4f914b00b0fe339a7320a93681ec40ed44ab7fa | |
parent | f8e37a74f250281cff3979934c9dd87659503667 (diff) |
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
-rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 5970421ae3..0cecabc4b8 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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 |