mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: s-tui: Update to 1.1.6.
* gnu/packages/admin.scm (s-tui): Update to 1.1.6. Change-Id: I9d36495584845bb88c9039d873189fb0f30019b5
This commit is contained in:
parent
8dae6b4754
commit
1a9614c1fb
1 changed files with 2 additions and 2 deletions
|
@ -2556,13 +2556,13 @@ (define-public acpica
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue