guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: wlroots: Update to 0.16.2.


From: guix-commits
Subject: 03/08: gnu: wlroots: Update to 0.16.2.
Date: Mon, 19 Jun 2023 06:12:56 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 1b9330d8b5b26a47a9a60d16713f62dd221c51ce
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Thu Apr 27 11:42:55 2023 -0400

    gnu: wlroots: Update to 0.16.2.
    
    * gnu/packages/wm.scm (wlroots): Update to 0.16.2.
    [home-page]: Switch to new upstream homepage.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 50e10b0a67..31ac5cc648 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1584,7 +1584,7 @@ functionality to display information about the most 
commonly used services.")
 (define-public wlroots
   (package
     (name "wlroots")
-    (version "0.16.1")
+    (version "0.16.2")
     (source
      (origin
        (method git-fetch)
@@ -1593,7 +1593,7 @@ functionality to display information about the most 
commonly used services.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11kcica9waj1a1xgbi12gif9z5z0b4xzycbcgawbgdmj77pws8sk"))))
+        (base32 "1m12nv6avgnz626h3giqp6gcx44w1wq6z0jy780mx8z255ic7q15"))))
     (build-system meson-build-system)
     (arguments
      `(#:phases
@@ -1628,7 +1628,7 @@ functionality to display information about the most 
commonly used services.")
      (list
        `(,hwdata "pnp")
        pkg-config))
-    (home-page "https://github.com/swaywm/wlroots";)
+    (home-page "https://gitlab.freedesktop.org/wlroots/wlroots/";)
     (synopsis "Pluggable, composable, unopinionated modules for building a
 Wayland compositor")
     (description "wlroots is a set of pluggable, composable, unopinionated



reply via email to

[Prev in Thread] Current Thread [Next in Thread]