mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: st: Update to 0.8.3.
* gnu/packages/suckless.scm (st): Update to 0.8.3.
This commit is contained in:
parent
5e1cc6685c
commit
dd3f0680c7
1 changed files with 2 additions and 2 deletions
|
@ -226,14 +226,14 @@ (define-public slock
|
||||||
(define-public st
|
(define-public st
|
||||||
(package
|
(package
|
||||||
(name "st")
|
(name "st")
|
||||||
(version "0.8.2")
|
(version "0.8.3")
|
||||||
(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 "0ddz2mdp1c7q67rd5vrvws9r0493ln0mlqyc3d73dv8im884xdxf"))))
|
(base32 "0ll5wbw1szs70wdf8zy1y2ig5mfbqw2w4ls8d64r8z3y4gdf76lk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Reference in a new issue