guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: st: Update to 0.9.2.


From: guix-commits
Subject: branch master updated: gnu: st: Update to 0.9.2.
Date: Wed, 12 Jun 2024 00:00:53 -0400

This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 330453d8f8 gnu: st: Update to 0.9.2.
330453d8f8 is described below

commit 330453d8f815a4930928f3cc32f8759f7a14cc49
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Jun 11 22:57:25 2024 -0500

    gnu: st: Update to 0.9.2.
    
    * gnu/packages/suckless.scm (st): Update to 0.9.2.
    
    Change-Id: I7d42fbaa0cd5b1989d4c249bdfc0b26e9e048b30
---
 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 4f26c83e34..53125f9d26 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -368,14 +368,14 @@ numbers of user-defined menu items efficiently.")
 (define-public st
   (package
     (name "st")
-    (version "0.8.5")
+    (version "0.9.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dl.suckless.org/st/st-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0dxb8ksy4rcnhp5k54p7i7wwhm64ksmavf5wh90zfbyh7qh34s7a"))))
+        (base32 "0js9z5kn8hmpxzfmb2g6zsy28zkpg88j3wih5wixc89b8x7ms8bb"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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