GNU bug report logs - #72227
[PATCH] gnu: labwc: Update to 0.7.3.

Previous Next

Package: guix-patches;

Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>

Date: Sun, 21 Jul 2024 10:36:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72227 in the body.
You can then email your comments to 72227 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72227; Package guix-patches. (Sun, 21 Jul 2024 10:36:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ahmad Draidi <a.r.draidi <at> redscript.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 21 Jul 2024 10:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ahmad Draidi <a.r.draidi <at> redscript.org>
To: guix-patches <at> gnu.org
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>
Subject: [PATCH] gnu: labwc: Update to 0.7.3.
Date: Sun, 21 Jul 2024 14:32:56 +0400
* gnu/packages/wm.scm (labwc): Update to 0.7.3.

Change-Id: Ibfc5d73a5526ce33760561e757a2dfb40c5a8bb3
---
 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 eecaaa2cf7..8ee065399d 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3289,7 +3289,7 @@ (define-public libucl
 (define-public labwc
   (package
     (name "labwc")
-    (version "0.7.2")
+    (version "0.7.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3298,7 +3298,7 @@ (define-public labwc
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1vlignyv9bczkc8xcmzaj4x88v072qhc79j2pjwnxy9xv0282d7i"))))
+                "0zsb31vy58ysizz09nhf5k0fizx6vp2lw0ih1a0ibwiv2a0lyzck"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config gettext-minimal scdoc))

base-commit: aeef827d2d494beeba6317a1e4720e4e285a7d4f
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#72227; Package guix-patches. (Mon, 22 Jul 2024 02:32:02 GMT) Full text and rfc822 format available.

Message #8 received at 72227 <at> debbugs.gnu.org (full text, mbox):

From: Juliana Sims <juli <at> incana.org>
To: 72227 <at> debbugs.gnu.org
Cc: a.r.draidi <at> redscript.org, Juliana Sims <juli <at> incana.org>
Subject: [PATCH] gnu: labwc: Update to 0.7.4.
Date: Sun, 21 Jul 2024 22:26:43 -0400
From: Ahmad Draidi <a.r.draidi <at> redscript.org>

* gnu/packages/wm.scm (labwc): Update to 0.7.4.

Change-Id: Ibfc5d73a5526ce33760561e757a2dfb40c5a8bb3
Signed-off-by: Juliana Sims <juli <at> incana.org>
---

Hello,

Thanks for the patch!

While reviewing (everything looks good!), I noticed that there's an even newer
version available.  A simple guix refresh -u was enough to get a version that
passes all the same checks as your patch.  I've taken the liberty of attaching
it.  Since there's not much difference between these patches, I'm also adding
a "reviewd-looks-good" tag to this issue.  If a committer disagrees with this
decision, feel free to let me know and I won't do it again :)

Thanks again,
Juli

PS This package description could use some refinement, but that's beyond the
scope of the current patch.

 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 eecaaa2cf7c..de849ceeb76 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3289,7 +3289,7 @@ (define-public libucl
 (define-public labwc
   (package
     (name "labwc")
-    (version "0.7.2")
+    (version "0.7.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3298,7 +3298,7 @@ (define-public labwc
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1vlignyv9bczkc8xcmzaj4x88v072qhc79j2pjwnxy9xv0282d7i"))))
+                "0xwgbqv0ablcjaq77c98m4rpgfylr1mja081ay9lccpjqycgbhgc"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config gettext-minimal scdoc))

base-commit: e5c0b62debc6f48a32a65736d9ba3da0b1e59cb9
-- 
2.45.2





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Fri, 26 Jul 2024 12:32:02 GMT) Full text and rfc822 format available.

Notification sent to Ahmad Draidi <a.r.draidi <at> redscript.org>:
bug acknowledged by developer. (Fri, 26 Jul 2024 12:32:02 GMT) Full text and rfc822 format available.

Message #13 received at 72227-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Juliana Sims <juli <at> incana.org>
Cc: a.r.draidi <at> redscript.org, 72227-done <at> debbugs.gnu.org
Subject: Re: [bug#72227] [PATCH] gnu: labwc: Update to 0.7.4.
Date: Fri, 26 Jul 2024 20:31:25 +0800
Juliana Sims <juli <at> incana.org> writes:

> From: Ahmad Draidi <a.r.draidi <at> redscript.org>
>
> * gnu/packages/wm.scm (labwc): Update to 0.7.4.

Pushed to master as commit 1658e1170b964ebaebb9627d451c2895ddd99476,
thanks for the patch and review!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 24 Aug 2024 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 201 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.