all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72227] [PATCH] gnu: labwc: Update to 0.7.3.
@ 2024-07-21 10:32 Ahmad Draidi via Guix-patches via
  2024-07-22  2:26 ` [bug#72227] [PATCH] gnu: labwc: Update to 0.7.4 Juliana Sims via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2024-07-21 10:32 UTC (permalink / raw)
  To: 72227; +Cc: Ahmad Draidi

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#72227] [PATCH] gnu: labwc: Update to 0.7.4.
  2024-07-21 10:32 [bug#72227] [PATCH] gnu: labwc: Update to 0.7.3 Ahmad Draidi via Guix-patches via
@ 2024-07-22  2:26 ` Juliana Sims via Guix-patches via
  2024-07-26 12:31   ` bug#72227: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Juliana Sims via Guix-patches via @ 2024-07-22  2:26 UTC (permalink / raw)
  To: 72227; +Cc: a.r.draidi, Juliana Sims

From: Ahmad Draidi <a.r.draidi@redscript.org>

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

Change-Id: Ibfc5d73a5526ce33760561e757a2dfb40c5a8bb3
Signed-off-by: Juliana Sims <juli@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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#72227: [PATCH] gnu: labwc: Update to 0.7.4.
  2024-07-22  2:26 ` [bug#72227] [PATCH] gnu: labwc: Update to 0.7.4 Juliana Sims via Guix-patches via
@ 2024-07-26 12:31   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-07-26 12:31 UTC (permalink / raw)
  To: Juliana Sims; +Cc: a.r.draidi, 72227-done

Juliana Sims <juli@incana.org> writes:

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

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-26 12:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-21 10:32 [bug#72227] [PATCH] gnu: labwc: Update to 0.7.3 Ahmad Draidi via Guix-patches via
2024-07-22  2:26 ` [bug#72227] [PATCH] gnu: labwc: Update to 0.7.4 Juliana Sims via Guix-patches via
2024-07-26 12:31   ` bug#72227: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.