guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

29/31: gnu: s-tui: Update to 1.1.4.


From: guix-commits
Subject: 29/31: gnu: s-tui: Update to 1.1.4.
Date: Mon, 17 Jul 2023 11:37:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 460a555ee779decf219161bd566cbe12c55e0b87
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:00 2023 +0200

    gnu: s-tui: Update to 1.1.4.
    
    * gnu/packages/admin.scm (s-tui): Update to 1.1.4.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index aea6d30bd2..31e6a07f48 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2452,13 +2452,13 @@ development, not the kernel implementation of ACPI.")
 (define-public s-tui
   (package
     (name "s-tui")
-    (version "1.1.3")
+    (version "1.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "s-tui" version))
        (sha256
-        (base32 "1l2ik5iwmb8vxa2aqdy62zfy3zfzbpq5a0pgpka2vvlw9ivpqy5p"))))
+        (base32 "1vf9gpfk9x6sqpz7n420ijkn3ykws8g9b77kmbmlrjsm76dnp1dj"))))
     (build-system python-build-system)
     (inputs
      (list python-psutil python-urwid))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]