diff options
author | SeerLite via Guix-patches via <guix-patches@gnu.org> | 2022-01-20 18:16:23 -0300 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-23 10:40:42 +0100 |
commit | 8b6b412b237dda9be862a8c7d72efe31d24ce42f (patch) | |
tree | 2bd706ba624e041a4dd42465642bb1bf053b6d9c | |
parent | 7271e29c12ec172ac3881d92c08d33ce442b9793 (diff) | |
download | guix-8b6b412b237dda9be862a8c7d72efe31d24ce42f.tar.gz |
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>
-rw-r--r-- | gnu/packages/wm.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 67e113aaa2..d463159b4f 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -639,16 +639,16 @@ prompt.") (define-public i3lock-color (package (name "i3lock-color") - (version "2.12.c") + (version "2.13.c.4") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/PandorasFox/i3lock-color") + (url "https://github.com/Raymo111/i3lock-color") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "08fhnchf187b73h52xgzb86g6byzxz085zs9galsvl687g5zxk34")))) + (base32 "1lnyh8spbf1ar4xan5v7q8i2i51aq1i60kzbfkn9w3wa0jzf9f3d")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; no tests included @@ -664,7 +664,7 @@ prompt.") ("xcb-util-xrm" ,xcb-util-xrm))) (native-inputs (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") (description "i3lock-color is a simpler X11 screen locker derived from i3lock. |