gnu: slock: Update to 1.2
* gnu/packages/dwm.scm (slock): Update to 1.2
This commit is contained in:
parent
862abf8fcd
commit
ac6c66aeed
|
@ -116,14 +116,14 @@ numbers of user-defined menu items efficiently.")
|
||||||
(define-public slock
|
(define-public slock
|
||||||
(package
|
(package
|
||||||
(name "slock")
|
(name "slock")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://dl.suckless.org/tools/slock-"
|
(uri (string-append "http://dl.suckless.org/tools/slock-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r70s3npmp0nyrfdsxz8cw1i1z8n9phqdlw02wjphv341h3yajp0"))))
|
"1crkyr4vblhciy6vnbjwwjnlkm9yg2hzq16v6hzxm20ai67na0il"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Reference in New Issue