[PATCH] gnu: labwc: Update to 0.7.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ahmad Draidi
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal

Debbugs page

Ahmad Draidi wrote 1 years ago
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
7fc08fa9c7f2165c103e8abeaf4a4a2600db861a.1710067661.git.a.r.draidi@redscript.org
* gnu/packages/wm.scm (labwc): Update to 0.7.1.

Change-Id: Ib0351b62f71b6400f2e8ed63c9ca3346a4a11f69
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index edbb3096b8..130174a2dd 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3158,7 +3158,7 @@ (define-public libucl
(define-public labwc
(package
(name "labwc")
- (version "0.7.0")
+ (version "0.7.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3167,7 +3167,7 @@ (define-public labwc
(file-name (git-file-name name version))
(sha256
(base32
- "17p3wcnggnd4v37z1dgv8nmc35nq4261s8sglr44bf71vjircggz"))))
+ "09j6p4p2c00rpcr65r6igj0llfablg5j2d1ys87kyh858dhajpza"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config gettext-minimal scdoc))

base-commit: 7758e63f7a89f53fbb7c7a265ae472af0a8dfab0
--
2.41.0
Ludovic Courtès wrote 11 months ago
(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)(address . 69707-done@debbugs.gnu.org)
87ttkfpzej.fsf@gnu.org
Ahmad Draidi <a.r.draidi@redscript.org> skribis:

Toggle quote (4 lines)
> * gnu/packages/wm.scm (labwc): Update to 0.7.1.
>
> Change-Id: Ib0351b62f71b6400f2e8ed63c9ca3346a4a11f69

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69707@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69707
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help