guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 4d9ad7bb3d150e9913e4646690c0038f292a6468 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Aug 21 15:08:28 2025 +0100 gnu: python-drizzle: Update to 2.1.1. * gnu/packages/astronomy.scm (python-drizzle): Update to 2.1.1. [native-inputs]: Remove python-wheel. Change-Id: Id6611918ece3f5f42ac5636b5f4700f1e0b740fe --- gnu/packages/astronomy.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 0327671fe2..b7f75f4338 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3604,7 +3604,7 @@ help you search, obtain and use DKIST data as part of your Python software.") (define-public python-drizzle (package (name "python-drizzle") - (version "2.1.0") + (version "2.1.1") (source (origin (method git-fetch) ;no test data in PyPI archive @@ -3613,7 +3613,7 @@ help you search, obtain and use DKIST data as part of your Python software.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1adp5bhzgrw0csn5wvpij7hzm5wh3zr4nkvpq0a8lb93ifk6k5gh")))) + (base32 "0s2vydy3fp6hvlzxdhx6my4js3vc7vpvy3hpgj4kjkl0r47s9vpx")))) (build-system pyproject-build-system) (arguments (list @@ -3631,8 +3631,7 @@ help you search, obtain and use DKIST data as part of your Python software.") python-gwcs python-pytest python-setuptools-next - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-numpy)) (home-page "https://github.com/spacetelescope/drizzle")
