me
/
guix
Archived
1
0
Fork 0

gnu: s-tui: Update to 1.1.1.

* gnu/packages/admin.scm (s-tui): Update to 1.1.1.
master
Tobias Geerinckx-Rice 2021-03-09 14:21:07 +01:00
parent 77077d90cd
commit 35d9d5bfa6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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