gnu: s-tui: Update to 1.1.3.

* gnu/packages/admin.scm (s-tui): Update to 1.1.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-26 21:46:40 +01:00
parent 0850ce7224
commit 3e12376b86
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2177,13 +2177,13 @@ development, not the kernel implementation of ACPI.")
(define-public s-tui
(package
(name "s-tui")
(version "1.1.1")
(version "1.1.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "s-tui" version))
(sha256
(base32 "1clk59wf6v1lq33h4x5qwxvz5ng9mfkp1s6ynxa58w2raq8dbmy5"))))
(base32 "1l2ik5iwmb8vxa2aqdy62zfy3zfzbpq5a0pgpka2vvlw9ivpqy5p"))))
(build-system python-build-system)
(inputs
`(("python-psutil" ,python-psutil)