mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: st: Update to 0.8.2.
* gnu/packages/suckless.scm (st): Update to 0.8.2. [arguments]: Re-indent.
This commit is contained in:
parent
4b886fb00c
commit
362f5306e4
1 changed files with 7 additions and 8 deletions
|
@ -226,15 +226,14 @@ (define-public slock
|
||||||
(define-public st
|
(define-public st
|
||||||
(package
|
(package
|
||||||
(name "st")
|
(name "st")
|
||||||
(version "0.8.1")
|
(version "0.8.2")
|
||||||
(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
|
(base32 "0ddz2mdp1c7q67rd5vrvws9r0493ln0mlqyc3d73dv8im884xdxf"))))
|
||||||
"09k94v3n20gg32xy7y68p96x9dq5msl80gknf9gbvlyjp3i0zyy4"))))
|
|
||||||
(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