mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: st: Update to 0.7.
* gnu/packages/suckless.scm (st): Update to 0.7. (inputs): Remove libxext. Signed-off-by: 宋文武 <iyzsong@gmail.com>
This commit is contained in:
parent
801d316b20
commit
87520dfd4b
1 changed files with 2 additions and 3 deletions
|
@ -129,7 +129,7 @@ (define-public slock
|
|||
(define-public st
|
||||
(package
|
||||
(name "st")
|
||||
(version "0.6")
|
||||
(version "0.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -137,7 +137,7 @@ (define-public st
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0avsfc1qp8zvshsfjwwrkvk411jlqy58z225bsdhjkl1qc40qcc5"))))
|
||||
"00309qiw20rc89696pk8bdr7ik4r1aarik7jxqk8k66cdj80v1zp"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; no tests
|
||||
|
@ -156,7 +156,6 @@ (define-public st
|
|||
("libxft" ,libxft)
|
||||
("libxcomposite" ,libxcomposite)
|
||||
("compositeproto" ,compositeproto)
|
||||
("libxext" ,libxext)
|
||||
("xextproto" ,xextproto)
|
||||
("libxrender" ,libxrender)
|
||||
("fontconfig" ,fontconfig)
|
||||
|
|
Loading…
Reference in a new issue