guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0be49bd6c87587dfc2d46ccf6c281a1263e60a53
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 df1052d3b1..bc42d4cfbc 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3597,7 +3597,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
@@ -3606,7 +3606,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
@@ -3624,8 +3624,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")