gnu: slock: Update to 1.5.
* gnu/packages/suckless.scm (slock): Update to 1.5. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>master
parent
18cb8522d8
commit
578fa02bba
|
@ -337,14 +337,14 @@ numbers of user-defined menu items efficiently.")
|
||||||
(define-public slock
|
(define-public slock
|
||||||
(package
|
(package
|
||||||
(name "slock")
|
(name "slock")
|
||||||
(version "1.4")
|
(version "1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dl.suckless.org/tools/slock-"
|
(uri (string-append "https://dl.suckless.org/tools/slock-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sif752303dg33f14k6pgwq2jp1hjyhqv6x4sy3sj281qvdljf5m"))))
|
"0k8fvf9g27yyaqpyhk6apbkq6r4vjwxhff1qb9ignxx2yvxy7qdf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in New Issue