[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: labwc: Update to 0.7.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: labwc: Update to 0.7.2. |
Date: |
Mon, 10 Jun 2024 06:01:24 -0400 |
This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 88889137f5 gnu: labwc: Update to 0.7.2.
88889137f5 is described below
commit 88889137f55e39f6b7ef18036482c7e576c1db29
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Thu Jun 6 20:09:28 2024 +0400
gnu: labwc: Update to 0.7.2.
* gnu/packages/wm.scm (labwc): Update to 0.7.2.
Change-Id: I2ff485816069c962a9d532472e255305ce35316e
Signed-off-by: Andreas Enge <andreas@enge.fr>
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 316caf5fa5..b6239ea4ea 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3314,7 +3314,7 @@ read and write, and compatible with JSON.")
(define-public labwc
(package
(name "labwc")
- (version "0.7.1")
+ (version "0.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3323,7 +3323,7 @@ read and write, and compatible with JSON.")
(file-name (git-file-name name version))
(sha256
(base32
- "09j6p4p2c00rpcr65r6igj0llfablg5j2d1ys87kyh858dhajpza"))))
+ "1vlignyv9bczkc8xcmzaj4x88v072qhc79j2pjwnxy9xv0282d7i"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config gettext-minimal scdoc))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: labwc: Update to 0.7.2.,
guix-commits <=