all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63085] [PATCH 1/2] gnu: wlroots: Update to 0.16.2.
@ 2023-04-26  4:51 Jack Hill
  2023-04-26  4:56 ` [bug#63085] [PATCH 2/2] gnu: sway: Update to 1.8.1 Jack Hill
  2023-04-27 15:42 ` [bug#63085] [PATCH v2 1/2] gnu: wlroots: Update to 0.16.2 Jack Hill
  0 siblings, 2 replies; 6+ messages in thread
From: Jack Hill @ 2023-04-26  4:51 UTC (permalink / raw)
  To: 63085; +Cc: Jack Hill

* gnu/packages/wm.scm (wlroots): Update to 0.16.2.
---
 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 f1fcc68d5f..54d6bd4c9b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1565,7 +1565,7 @@ (define-public polybar
 (define-public wlroots
   (package
     (name "wlroots")
-    (version "0.16.1")
+    (version "0.16.2")
     (source
      (origin
        (method git-fetch)
@@ -1574,7 +1574,7 @@ (define-public wlroots
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11kcica9waj1a1xgbi12gif9z5z0b4xzycbcgawbgdmj77pws8sk"))))
+        (base32 "1m12nv6avgnz626h3giqp6gcx44w1wq6z0jy780mx8z255ic7q15"))))
     (build-system meson-build-system)
     (arguments
      `(#:phases
-- 
2.39.2





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

end of thread, other threads:[~2023-06-20 21:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-26  4:51 [bug#63085] [PATCH 1/2] gnu: wlroots: Update to 0.16.2 Jack Hill
2023-04-26  4:56 ` [bug#63085] [PATCH 2/2] gnu: sway: Update to 1.8.1 Jack Hill
2023-04-27 15:42 ` [bug#63085] [PATCH v2 1/2] gnu: wlroots: Update to 0.16.2 Jack Hill
2023-04-27 15:42   ` [bug#63085] [PATCH v2 2/2] gnu: sway: Update to 1.8.1 Jack Hill
2023-06-19 10:16     ` Christopher Baines
2023-06-20 21:07       ` bug#63085: " Christopher Baines

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.