Archived
1
0
Fork 0

gnu: st: Update to 0.8.4.

* gnu/packages/suckless.scm (st): Update to 0.8.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-30 03:08:15 +02:00
parent 3d5334c390
commit 10a8211e0e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -229,14 +229,14 @@ numbers of user-defined menu items efficiently.")
(define-public st (define-public st
(package (package
(name "st") (name "st")
(version "0.8.3") (version "0.8.4")
(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 "0ll5wbw1szs70wdf8zy1y2ig5mfbqw2w4ls8d64r8z3y4gdf76lk")))) (base32 "19j66fhckihbg30ypngvqc9bcva47mp379ch5vinasjdxgn3qbfl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests