guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 4001378d4d53f6f760e9d8814b7b4c0fd1388000
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 16 12:59:05 2026 +0100
gnu: python-tweakwcs: Update to 0.9.2.
* gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.9.2.
[native-inputs]: Remove python-scipy; add python-scipy-minimal.
---
gnu/packages/astronomy.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ecceec654d..27b136f571 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -12371,7 +12371,7 @@ of the old packages.")
(define-public python-tweakwcs
(package
(name "python-tweakwcs")
- (version "0.9.0")
+ (version "0.9.2")
(source
(origin
(method git-fetch)
@@ -12380,11 +12380,11 @@ of the old packages.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0d43p3cpjjvbh3kqhza89aizqy75lmw1j8jyaqamdc2y8jlw7q7i"))))
+ (base32 "0x1f6d7rw51hgg3bpb8dy7v57mnf4vhr7b1m1fz2yl1j0bx8zvlp"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
- python-scipy
+ python-scipy-minimal
python-setuptools
python-setuptools-scm))
(propagated-inputs