1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

gnu: s-tui: Update to 1.0.2.

* gnu/packages/admin.scm (s-tui): Update to 1.0.2.
This commit is contained in:
Tobias Geerinckx-Rice
2020-07-19 14:10:57 +02:00
parent eccdd80e08
commit 54cab3059d
+2 -2
View File
@@ -1865,13 +1865,13 @@ development, not the kernel implementation of ACPI.")
(define-public s-tui
(package
(name "s-tui")
(version "1.0.1")
(version "1.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "s-tui" version))
(sha256
(base32 "1gqrb2xxii43j7kszy7kvv4f6hr8ac4p0m9q8i1xs5fhsqcx186i"))))
(base32 "0xkfdaz5np21311ffdvhks58155qby8j8scbcixhvjd913pj66qx"))))
(build-system python-build-system)
(inputs
`(("python-psutil" ,python-psutil)