guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: waylandpp: Update to 0.2.7.


From: guix-commits
Subject: 13/13: gnu: waylandpp: Update to 0.2.7.
Date: Mon, 11 May 2020 16:04:21 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit bdc801e1cfa8e436890da5bd755dd7759cb0f748
Author: Marius Bakke <address@hidden>
AuthorDate: Mon May 11 17:46:32 2020 +0200

    gnu: waylandpp: Update to 0.2.7.
    
    * gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.7.
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 6d65781..b59d09d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -694,7 +694,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
 (define-public waylandpp
   (package
     (name "waylandpp")
-    (version "0.2.5")
+    (version "0.2.7")
     (home-page "https://github.com/NilsBrause/waylandpp";)
     (source (origin
               (method git-fetch)
@@ -702,7 +702,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16h57hzd688664qcyznzhjp3hxipdkzgv46x82yhkww24av8b55n"))))
+                "1r4m0xhvwpcqxrqvp3hz1bzlkxqj2jiymd5r6hj8xjzz536hyprz"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests



reply via email to

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