me
/
guix
Archived
1
0
Fork 0

gnu: s-tui: Update to 1.1.4.

* gnu/packages/admin.scm (s-tui): Update to 1.1.4.
master
Tobias Geerinckx-Rice 2023-07-09 02:00:00 +02:00
parent 7a415ef535
commit 460a555ee7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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))