guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9a2537273183bffb729139554f21e8665aad70c2
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Mar 7 10:33:06 2026 +0300

    gnu: s-tui: Update to 1.3.0.
    
    * gnu/packages/admin.scm (s-tui): Update to 1.3.0.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I8c51eed733fb7ac14a287adeb05166aa9cab0347
---
 gnu/packages/admin.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 4cc8a45bfb..5e72de811d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2930,7 +2930,7 @@ development, not the kernel implementation of ACPI.")
 (define-public s-tui
   (package
     (name "s-tui")
-    (version "1.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
@@ -2939,12 +2939,11 @@ development, not the kernel implementation of ACPI.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08mfclgdy6cb8xgp8sc7fpm4qxay37j71b1b3niywi6x206i5m2m"))))
+        (base32 "0yqyndavlskzd0v0cby8v477ivyrpqxd58cn708y46yixz7r14h7"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-pytest
-           python-setuptools
-           python-wheel))
+           python-setuptools))
     (inputs
      (list python-psutil
            python-urwid))

Reply via email to