[PATCH] gnu: labwc: Update to 0.7.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ahmad Draidi
  • Andreas Enge
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal

Debbugs page

Ahmad Draidi wrote 9 months ago
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
85b8d7c8135250818b94c4f01f8bccf2d1376a45.1717690168.git.a.r.draidi@redscript.org
* gnu/packages/wm.scm (labwc): Update to 0.7.2.

Change-Id: I2ff485816069c962a9d532472e255305ce35316e
---
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 316caf5fa5..b6239ea4ea 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3314,7 +3314,7 @@ (define-public libucl
(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 @@ (define-public labwc
(file-name (git-file-name name version))
(sha256
(base32
- "09j6p4p2c00rpcr65r6igj0llfablg5j2d1ys87kyh858dhajpza"))))
+ "1vlignyv9bczkc8xcmzaj4x88v072qhc79j2pjwnxy9xv0282d7i"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config gettext-minimal scdoc))

base-commit: 3d5f4b2d7dda29d749128fbe80f6ad28f52f09b1
--
2.45.1
Andreas Enge wrote 9 months ago
Close
(address . 71399-done@debbugs.gnu.org)
ZmbO8QPJCr30sb_e@jurong
Pushed, thanks!

Andreas
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 71399
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