guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c8a3d6163a45ab7b3ec4a647b1c860e1a2b74ba6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Nov 14 13:38:26 2025 +0000
gnu: python-pyavm: Update to 0.9.8.
* gnu/packages/astronomy.scm (python-pyavm): Update to 0.9.8.
[native-inputs]: Remove python-wheel.
Change-Id: I23c8b90a829f067362a45c6d7189efb601d112de
---
gnu/packages/astronomy.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c039e34984..81b000705a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6596,7 +6596,7 @@ position-frequency slice.")
(define-public python-pyavm
(package
(name "python-pyavm")
- (version "0.9.6")
+ (version "0.9.8")
(source
(origin
(method url-fetch)
@@ -6608,8 +6608,7 @@ position-frequency slice.")
(list python-pillow
python-pytest
python-setuptools
- python-setuptools-scm
- python-wheel))
+ python-setuptools-scm))
(propagated-inputs
(list python-astropy
python-numpy))