guix-commits
[Top][All Lists]
Advanced

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

06/17: gnu: s-tui: Update to 1.0.1.


From: guix-commits
Subject: 06/17: gnu: s-tui: Update to 1.0.1.
Date: Mon, 29 Jun 2020 10:46:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 126f74c7d5d0371fbe381d8aae3823c80a743a3a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 29 12:04:05 2020 +0200

    gnu: s-tui: Update to 1.0.1.
    
    * gnu/packages/admin.scm (s-tui): Update to 1.0.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 9d9fd2d..ca0dcf8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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)



reply via email to

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