guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: st: Update to 0.8.4.


From: guix-commits
Subject: 01/07: gnu: st: Update to 0.8.4.
Date: Tue, 30 Jun 2020 13:03:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 10a8211e0eeeb468447f2e42a27630563ff42853
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 30 03:08:15 2020 +0200

    gnu: st: Update to 0.8.4.
    
    * gnu/packages/suckless.scm (st): Update to 0.8.4.
---
 gnu/packages/suckless.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index c10226b..51a82a5 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -229,14 +229,14 @@ numbers of user-defined menu items efficiently.")
 (define-public st
   (package
     (name "st")
-    (version "0.8.3")
+    (version "0.8.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dl.suckless.org/st/st-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0ll5wbw1szs70wdf8zy1y2ig5mfbqw2w4ls8d64r8z3y4gdf76lk"))))
+        (base32 "19j66fhckihbg30ypngvqc9bcva47mp379ch5vinasjdxgn3qbfl"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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