gnu: python-ccdproc: Update to 2.5.1.

* gnu/packages/astronomy.scm (python-ccdproc): Update to 2.5.1.

Change-Id: Iee24d6dd018c9300e0e884aa6daf194d06258d41
This commit is contained in:
Sharlatan Hellseher 2025-07-22 14:37:06 +01:00
parent 9e2fc56061
commit ace67c45cf
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2908,13 +2908,13 @@ astronomy library.")
(define-public python-ccdproc
(package
(name "python-ccdproc")
(version "2.4.3")
(version "2.5.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ccdproc" version))
(sha256
(base32 "1crc565n0x1krd59cjm2vnmzyi0p83yc8vpxq6hldj7vdnqgl8yq"))))
(base32 "1ymx9ssapv52m6flfvlhgjnvwmqdgv1qimyjvci8w66k9j4446q5"))))
(build-system pyproject-build-system)
(native-inputs
(list python-hatch-vcs