gnu: st: Update to 0.8.5.
* gnu/packages/suckless.scm (st): Update to 0.8.5. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
4f0b408be3
commit
06f4dc2bf6
1 changed files with 2 additions and 2 deletions
|
@ -357,14 +357,14 @@ numbers of user-defined menu items efficiently.")
|
||||||
(define-public st
|
(define-public st
|
||||||
(package
|
(package
|
||||||
(name "st")
|
(name "st")
|
||||||
(version "0.8.4")
|
(version "0.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dl.suckless.org/st/st-"
|
(uri (string-append "https://dl.suckless.org/st/st-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19j66fhckihbg30ypngvqc9bcva47mp379ch5vinasjdxgn3qbfl"))))
|
(base32 "0dxb8ksy4rcnhp5k54p7i7wwhm64ksmavf5wh90zfbyh7qh34s7a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in a new issue