gnu: st: Update to 0.8.4.
* gnu/packages/suckless.scm (st): Update to 0.8.4.
This commit is contained in:
parent
3d5334c390
commit
10a8211e0e
1 changed files with 2 additions and 2 deletions
|
@ -229,14 +229,14 @@ (define-public slock
|
|||
(define-public st
|
||||
(package
|
||||
(name "st")
|
||||
(version "0.8.3")
|
||||
(version "0.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.suckless.org/st/st-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ll5wbw1szs70wdf8zy1y2ig5mfbqw2w4ls8d64r8z3y4gdf76lk"))))
|
||||
(base32 "19j66fhckihbg30ypngvqc9bcva47mp379ch5vinasjdxgn3qbfl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue