[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
- branch master updated (5d79012073 -> 5746d043a6), guix-commits, 2023/10/30
- 02/13: gnu: Add ffmpeg-normalize., guix-commits, 2023/10/30
- 05/13: gnu: Add python-online-judge-api-client., guix-commits, 2023/10/30
- 04/13: gnu: Add aerich., guix-commits, 2023/10/30
- 03/13: gnu: Add python-ddlparse., guix-commits, 2023/10/30
- 01/13: gnu: Add ffmpeg-progress-yield., guix-commits, 2023/10/30
- 09/13: gnu: Remove python-resolvelib@0.5., guix-commits, 2023/10/30
- 06/13: gnu: Add online-judge-tools., guix-commits, 2023/10/30
- 07/13: gnu: Add r-consort., guix-commits, 2023/10/30
- 08/13: gnu: ansible-core: Update to 2.15.5 and fix tests., guix-commits, 2023/10/30
- 11/13: gnu: labwc: Update to 0.6.5.,
guix-commits <=
- 12/13: gnu: cockatrice: Update to 2.9.0., guix-commits, 2023/10/30
- 10/13: gnu: ansible: Update to 8.5.0., guix-commits, 2023/10/30
- 13/13: gnu: transmission: Update to 4.0.4., guix-commits, 2023/10/30