diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-19 14:10:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-19 14:46:25 +0200 |
commit | 54cab3059d03d477ed55f6933be3dab6357f7457 (patch) | |
tree | d6a159c7b56ab8e2490408b8369650b3ce1c8e7c | |
parent | eccdd80e080ae4ea22fdc32d09b0cf12efe702cc (diff) | |
download | guix-54cab3059d03d477ed55f6933be3dab6357f7457.tar.gz guix-54cab3059d03d477ed55f6933be3dab6357f7457.zip |
gnu: s-tui: Update to 1.0.2.
* gnu/packages/admin.scm (s-tui): Update to 1.0.2.
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 806d2fb08e..cdc030bc3a 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -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) |