me
/
guix
Archived
1
0
Fork 0

gnu: s-tui: Update to 1.0.1.

* gnu/packages/admin.scm (s-tui): Update to 1.0.1.
Tobias Geerinckx-Rice 2020-06-29 12:04:05 +02:00
parent 1d25cfbaf4
commit 126f74c7d5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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