gnu: i3lock-color: Update to 2.13.c.4
* gnu/packages/wm.scm (i3lock-color): Update to 2.13.c.4 [source, home-page]: Update URLs. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
7271e29c12
commit
8b6b412b23
|
@ -639,16 +639,16 @@ prompt.")
|
||||||
(define-public i3lock-color
|
(define-public i3lock-color
|
||||||
(package
|
(package
|
||||||
(name "i3lock-color")
|
(name "i3lock-color")
|
||||||
(version "2.12.c")
|
(version "2.13.c.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/PandorasFox/i3lock-color")
|
(url "https://github.com/Raymo111/i3lock-color")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08fhnchf187b73h52xgzb86g6byzxz085zs9galsvl687g5zxk34"))))
|
(base32 "1lnyh8spbf1ar4xan5v7q8i2i51aq1i60kzbfkn9w3wa0jzf9f3d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests included
|
`(#:tests? #f)) ; no tests included
|
||||||
|
@ -664,7 +664,7 @@ prompt.")
|
||||||
("xcb-util-xrm" ,xcb-util-xrm)))
|
("xcb-util-xrm" ,xcb-util-xrm)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake pkg-config))
|
(list autoconf automake pkg-config))
|
||||||
(home-page "https://github.com/PandorasFox/i3lock-color")
|
(home-page "https://github.com/Raymo111/i3lock-color")
|
||||||
(synopsis "Screen locker with color configuration support")
|
(synopsis "Screen locker with color configuration support")
|
||||||
(description
|
(description
|
||||||
"i3lock-color is a simpler X11 screen locker derived from i3lock.
|
"i3lock-color is a simpler X11 screen locker derived from i3lock.
|
||||||
|
|
Reference in New Issue