guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit e8814adc1f099a5451bce628f4a400e9d7f65556 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Tue Jul 22 10:31:17 2025 +0100 gnu: python-drizzle: Update to 2.1.0. * gnu/packages/astronomy.scm (python-drizzle): Update to 2.1.0. [native-inputs]: Remove python-setuptools; add python-setuptools-next. Change-Id: Ie94a9ba4c8b931ca454bd68f7e2f117b2a134a2a --- gnu/packages/astronomy.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 79afed8f9f..8bcee5deca 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3425,16 +3425,16 @@ help you search, obtain and use DKIST data as part of your Python software.") (define-public python-drizzle (package (name "python-drizzle") - (version "2.0.1") + (version "2.1.0") (source (origin - (method git-fetch) ;PyPi doesn't have the test data sets + (method git-fetch) ;no test data in PyPI archive (uri (git-reference (url "https://github.com/spacetelescope/drizzle") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "113fqr87glqkvh4szqvbv0b6brr3bwp4d65qy1r1q4b90318p2zf")))) + (base32 "1adp5bhzgrw0csn5wvpij7hzm5wh3zr4nkvpq0a8lb93ifk6k5gh")))) (build-system pyproject-build-system) (arguments (list @@ -3451,7 +3451,7 @@ help you search, obtain and use DKIST data as part of your Python software.") (list python-astropy-minimal python-gwcs python-pytest - python-setuptools + python-setuptools-next python-setuptools-scm python-wheel)) (propagated-inputs
