gnu: s-tui: Update to 1.0.0.

* gnu/packages/admin.scm (s-tui): Update to 1.0.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-13 00:08:06 +01:00
parent c3843b4611
commit 96d580a647
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1601,14 +1601,13 @@ development, not the kernel implementation of ACPI.")
(define-public s-tui
(package
(name "s-tui")
(version "0.8.3")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "s-tui" version))
(sha256
(base32
"00lsh2v4i8rwfyjyxx5lijd6rnk9smcfffhzg5sv94ijpcnh216m"))))
(base32 "0r5yhlsi5xiy7ii1w4kqkaxz9069v5bbfwi3x3xnxhk51yjfgr8n"))))
(build-system python-build-system)
(inputs
`(("python-psutil" ,python-psutil)