diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
commit | 1a9614c1fbc204338faca212932ad315f598ef6a (patch) | |
tree | 58063f8646e30b0d519759bdfd459072463e9a6e /gnu | |
parent | 8dae6b47542b906682f83b06b0478fcbd0776fd6 (diff) | |
download | guix-1a9614c1fbc204338faca212932ad315f598ef6a.tar.gz guix-1a9614c1fbc204338faca212932ad315f598ef6a.zip |
gnu: s-tui: Update to 1.1.6.
* gnu/packages/admin.scm (s-tui): Update to 1.1.6.
Change-Id: I9d36495584845bb88c9039d873189fb0f30019b5
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 512c34f095..d73f017912 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2556,13 +2556,13 @@ development, not the kernel implementation of ACPI.") (define-public s-tui (package (name "s-tui") - (version "1.1.4") + (version "1.1.6") (source (origin (method url-fetch) (uri (pypi-uri "s-tui" version)) (sha256 - (base32 "1vf9gpfk9x6sqpz7n420ijkn3ykws8g9b77kmbmlrjsm76dnp1dj")))) + (base32 "0mvvqg0pr8k0cy0mbvi25yqm6zsf8mipdbq97xjqfvifryf6j9wx")))) (build-system python-build-system) (inputs (list python-psutil python-urwid)) |