diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:15 +0200 |
commit | 460a555ee779decf219161bd566cbe12c55e0b87 (patch) | |
tree | ac1166d999e07408c0f761f4833a7e0d8795c835 /gnu/packages | |
parent | 7a415ef535a8eeca9cc8411c256cdf6c1bb847e2 (diff) |
gnu: s-tui: Update to 1.1.4.
* gnu/packages/admin.scm (s-tui): Update to 1.1.4.
Diffstat (limited to 'gnu/packages')
-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 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)) |