me
/
guix
Archived
1
0
Fork 0

gnu: s-tui: Update to 1.1.3.

* gnu/packages/admin.scm (s-tui): Update to 1.1.3.
master
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 (define-public s-tui
(package (package
(name "s-tui") (name "s-tui")
(version "1.1.1") (version "1.1.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "s-tui" version)) (uri (pypi-uri "s-tui" version))
(sha256 (sha256
(base32 "1clk59wf6v1lq33h4x5qwxvz5ng9mfkp1s6ynxa58w2raq8dbmy5")))) (base32 "1l2ik5iwmb8vxa2aqdy62zfy3zfzbpq5a0pgpka2vvlw9ivpqy5p"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-psutil" ,python-psutil) `(("python-psutil" ,python-psutil)