guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: s-tui: Update to 1.0.0.


From: guix-commits
Subject: 05/07: gnu: s-tui: Update to 1.0.0.
Date: Wed, 12 Feb 2020 18:54:49 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 96d580a6472f85f48adb89b4d7bc04fb99526822
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Feb 13 00:08:06 2020 +0100

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

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 23619cb..4780fe1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1601,14 +1601,13 @@ development, not the kernel implementation of ACPI.")
 (define-public s-tui
   (package
     (name "s-tui")
-    (version "0.8.3")
+    (version "1.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "s-tui" version))
        (sha256
-        (base32
-         "00lsh2v4i8rwfyjyxx5lijd6rnk9smcfffhzg5sv94ijpcnh216m"))))
+        (base32 "0r5yhlsi5xiy7ii1w4kqkaxz9069v5bbfwi3x3xnxhk51yjfgr8n"))))
     (build-system python-build-system)
     (inputs
      `(("python-psutil" ,python-psutil)



reply via email to

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