guix-commits
[Top][All Lists]
Advanced

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

14/34: gnu: wayland-protocols: Update to 1.20.


From: guix-commits
Subject: 14/34: gnu: wayland-protocols: Update to 1.20.
Date: Sat, 25 Jul 2020 14:54:00 -0400 (EDT)

mbakke pushed a commit to branch wip-staging
in repository guix.

commit c72283510c260722c7e73dad0f402a60b7ceb4b3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 22:39:32 2020 +0200

    gnu: wayland-protocols: Update to 1.20.
    
    * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.20.
---
 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 accfa02..921ced4 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -673,7 +673,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.18")
+    (version "1.20")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -681,7 +681,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
                     "wayland-protocols-" version ".tar.xz"))
               (sha256
                (base32
-                "1cvl93h83ymbfhb567jv5gzyq08181w7c46rsw4xqqqpcvkvfwrx"))))
+                "1rsdgvkkvxs3cjhpl6agvbkm53vm7k8rg127j9y2vn33m2hvg0lp"))))
     (build-system gnu-build-system)
     (inputs
      `(("wayland" ,wayland)))



reply via email to

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