1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 08:05:54 +02:00

gnu: xst: Update to 0.10.0.

* gnu/packages/suckless.scm (xst): Update to 0.10.0.

Change-Id: Iedc006fa626c4c56b7c2c24d60b304dd5e24cb00
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
Cayetano Santos
2025-08-26 11:28:53 +02:00
committed by Danny Milosavljevic
parent b25cfd06dc
commit c499ee34fc
+2 -2
View File
@@ -414,7 +414,7 @@ drawing.")
(package
(inherit st)
(name "xst")
(version "0.8.4.1")
(version "0.10.0")
(source
(origin
(method git-fetch)
@@ -423,7 +423,7 @@ drawing.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1q64x7czpbcg0v509qchn5v96zdnx7jmvy0zxhjmkk3d10x5rqlw"))))
(base32 "186kqvrn0rksmvz0yhllsrxqsvsxwwcdr417jxs1fk5d9psx35fs"))))
(home-page "https://github.com/gnotclub/xst")
(synopsis "Fork of st that uses Xresources")
(description