guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: labwc: Update to 0.6.5.


From: guix-commits
Subject: 11/13: gnu: labwc: Update to 0.6.5.
Date: Mon, 30 Oct 2023 07:19:56 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 500eee9c843d6ec45c4dd3f1b5eb9be1be69e5ad
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Sun Oct 29 17:39:16 2023 +0400

    gnu: labwc: Update to 0.6.5.
    
    * gnu/packages/wm.scm (labwc): Update to 0.6.5.
    [inputs]: Add librsvg.
    
    Change-Id: I2812e78aa5ee6e2a19ed5e8756aac0e0f83610db
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/wm.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8576d0297d..f3997ad171 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2943,7 +2943,7 @@ read and write, and compatible with JSON.")
 (define-public labwc
   (package
     (name "labwc")
-    (version "0.6.4")
+    (version "0.6.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2952,13 +2952,14 @@ read and write, and compatible with JSON.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "00ajr7s8qywdfa9vhlfc02p1wwdcqaaa09pm1im9w6mrvb904lzh"))))
+                "04401k1i6b9s2v6mbhw5llla8fdpkhmgz826iva246iqch9z20lx"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config gettext-minimal scdoc))
     (inputs
      (list cairo
            glib
+           librsvg
            libxcb
            libxml2
            pango



reply via email to

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