From c8a3d6163a45ab7b3ec4a647b1c860e1a2b74ba6 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 14 Nov 2025 13:38:26 +0000 Subject: [PATCH] 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 c039e34984d4c71af39ed577fce04f52abbd0c20..81b000705a0aef201cabd4f410ad907e2b912468 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))