gnu: python-regularizepsf: Update to 1.1.1.

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

Change-Id: Ia8546d79493816d297269cb79e984a171e6dc4fa
This commit is contained in:
Sharlatan Hellseher 2025-12-20 16:52:42 +00:00
parent ccd951c73c
commit f7d7e07ded
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8145,14 +8145,15 @@ solar physics.")
(define-public python-regularizepsf
(package
(name "python-regularizepsf")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "regularizepsf" version))
(sha256
(base32 "16kk2rfcs7dkasij225j9z99gwdnxxlamj704d7f3h1lj7yl3vdv"))))
(base32 "1dd50dam227ifhf4d81nr0fgb9gwxrihs80svbwd86f18x5jlnwi"))))
(build-system pyproject-build-system)
;; tests: 61 passed, 26 warnings
(native-inputs
(list python-pytest
python-pytest-mpl