mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: st: Update to 0.9.2.
* gnu/packages/suckless.scm (st): Update to 0.9.2. Change-Id: I7d42fbaa0cd5b1989d4c249bdfc0b26e9e048b30
This commit is contained in:
parent
d8f1ee6bc8
commit
330453d8f8
1 changed files with 2 additions and 2 deletions
|
@ -368,14 +368,14 @@ (define-public slock
|
||||||
(define-public st
|
(define-public st
|
||||||
(package
|
(package
|
||||||
(name "st")
|
(name "st")
|
||||||
(version "0.8.5")
|
(version "0.9.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 "0dxb8ksy4rcnhp5k54p7i7wwhm64ksmavf5wh90zfbyh7qh34s7a"))))
|
(base32 "0js9z5kn8hmpxzfmb2g6zsy28zkpg88j3wih5wixc89b8x7ms8bb"))))
|
||||||
(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