guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: i3lock-color: Update to 2.12.c.


From: guix-commits
Subject: 03/07: gnu: i3lock-color: Update to 2.12.c.
Date: Fri, 8 Mar 2019 20:33:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7969751f5474592f7bb22cba3b3cff3d5a43c588
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 8 16:31:23 2019 +0100

    gnu: i3lock-color: Update to 2.12.c.
    
    * gnu/packages/wm.scm (i3lock-color): Update to 2.12.c.
    [inputs]: Add xcb-util-xrm.
---
 gnu/packages/wm.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6801013..96ef06b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -389,7 +389,7 @@ prompt.")
 (define-public i3lock-color
   (package
     (name "i3lock-color")
-    (version "2.11-c")
+    (version "2.12.c")
     (source
      (origin
        (method git-fetch)
@@ -398,7 +398,7 @@ prompt.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1myq9fazkwd776agrnj27bm5nwskvss9v9a5qb77n037dv8d0rdw"))))
+        (base32 "08fhnchf187b73h52xgzb86g6byzxz085zs9galsvl687g5zxk34"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; no tests included
@@ -410,7 +410,8 @@ prompt.")
        ("libxkbcommon" ,libxkbcommon)
        ("linux-pam" ,linux-pam)
        ("xcb-util" ,xcb-util)
-       ("xcb-util-image" ,xcb-util-image)))
+       ("xcb-util-image" ,xcb-util-image)
+       ("xcb-util-xrm" ,xcb-util-xrm)))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]