gnu: python-regularizepsf: Update to 1.1.0.

* gnu/packages/astronomy.scm (python-regularizepsf): Update to 1.1.0.

Change-Id: Ib3b9cc85ce56b575c1806d2ebe46032099a732d2
This commit is contained in:
Sharlatan Hellseher 2025-07-22 14:39:26 +01:00
parent 7c08e2ac96
commit 9900accc86
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5293,13 +5293,13 @@ solar physics.")
(define-public python-regularizepsf (define-public python-regularizepsf
(package (package
(name "python-regularizepsf") (name "python-regularizepsf")
(version "1.0.2") (version "1.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "regularizepsf" version)) (uri (pypi-uri "regularizepsf" version))
(sha256 (sha256
(base32 "1ial8i9nshhpn3lsgnjqm94dfrzxwz2qgpd8bjzmml1ls0j7sm9v")))) (base32 "16kk2rfcs7dkasij225j9z99gwdnxxlamj704d7f3h1lj7yl3vdv"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-pytest (list python-pytest