guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/11: gnu: s-tui: Update to 1.1.1.


From: guix-commits
Subject: 11/11: gnu: s-tui: Update to 1.1.1.
Date: Tue, 9 Mar 2021 09:25:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 35d9d5bfa69f619f3b34cf06bb7c572549e797ec
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Mar 9 14:21:07 2021 +0100

    gnu: s-tui: Update to 1.1.1.
    
    * gnu/packages/admin.scm (s-tui): Update to 1.1.1.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 96db1fd..edcd109 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]