guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: wlroots: Update to 0.13.0.


From: guix-commits
Subject: 01/02: gnu: wlroots: Update to 0.13.0.
Date: Thu, 8 Apr 2021 18:26:28 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit afd2d66f2a4a7e4e7157f0a785491295434964c8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Apr 8 01:12:44 2021 +0200

    gnu: wlroots: Update to 0.13.0.
    
    * gnu/packages/wm.scm (wlroots): Update to 0.13.0.
    [arguments]: Build with meson-next.
---
 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 3d85392..fca672c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1390,7 +1390,7 @@ functionality to display information about the most 
commonly used services.")
 (define-public wlroots
   (package
     (name "wlroots")
-    (version "0.12.0")
+    (version "0.13.0")
     (source
      (origin
        (method git-fetch)
@@ -1399,11 +1399,11 @@ functionality to display information about the most 
commonly used services.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01j38lmgs2c6fq68v8b75pkilia2wsgzgp46ivfbi9hhx47kgcfn"))))
+        (base32 "01plhbnsp5yg18arz0v8fr0pr9l4w4pdzwkg9px486qdvb3s1vgy"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dlogind-provider=elogind")
-       #:meson ,meson-0.55
+       #:meson ,meson-next
        #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'hardcode-paths



reply via email to

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