guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0e41f796161c3a6d46a7f3076cd59a88dfde94ad
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jul 20 20:34:07 2025 +0100

    gnu: astroterm: Fix build.
    
    * gnu/packages/astronomy.scm (astroterm):
      [inputs]: Remove argtable; add argtable3.
    
    Change-Id: I119d8d547de0fa19420e56486e507a0da5e7db77
---
 gnu/packages/astronomy.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d9dabfe372..2aa2ecc4c9 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -305,7 +305,7 @@ wide set of telescopes.")
     (native-inputs
      (list pkg-config python-wrapper specification-ybsc xxd))
     (inputs
-     (list ncurses argtable))
+     (list ncurses argtable3))
     (home-page "https://github.com/da-luce/astroterm";)
     (synopsis "Planetarium for your terminal")
     (description

Reply via email to