diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index e78d9b7a40d..2d9acc51924 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2855,7 +2855,7 @@ changing the pixel resolution, orientation, coordinate system.") (uri (pypi-uri "sgp4" version)) (sha256 (base32 "0aalbmldks6ykgkcxwkvnp04q0avhv903m5zwvg8i7zvl99xrbfq")))) - (build-system python-build-system) + (build-system pyproject-build-system) (propagated-inputs (list python-numpy)) (home-page "https://github.com/brandon-rhodes/python-sgp4")