gnu: slock: Update to 1.2

* gnu/packages/dwm.scm (slock): Update to 1.2
This commit is contained in:
Tomáš Čech 2015-02-06 20:38:43 +01:00
parent 862abf8fcd
commit ac6c66aeed
1 changed files with 2 additions and 2 deletions

View File

@ -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