guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit 01ac5158b2ab1003555adb9bfc2ff0d7fc523d21
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 0ecc5980fa..60ef94e81b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6792,7 +6792,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)
@@ -6804,8 +6804,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))

Reply via email to