guix-commits
[Top][All Lists]
Advanced

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

80/135: gnu: wayland-protocols: Update to 1.17.


From: guix-commits
Subject: 80/135: gnu: wayland-protocols: Update to 1.17.
Date: Fri, 21 Dec 2018 14:37:41 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit 24a55a937fe7e67b98024d247dec5331d6bfbf36
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 4 05:01:24 2018 +0100

    gnu: wayland-protocols: Update to 1.17.
    
    * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.17.
---
 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 472768d..5366091 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -432,7 +432,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.15")
+    (version "1.17")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -440,7 +440,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
                     "wayland-protocols-" version ".tar.xz"))
               (sha256
                (base32
-                "1qlyf9cllr2p339xxplznh023qcwj5iisp02ikx7ps349dx75fys"))))
+                "0bw1sqixqk2a7mqw630cs4dlgcp5yib90vyikzm3lr05jz7ij4yz"))))
     (build-system gnu-build-system)
     (inputs
      `(("wayland" ,wayland)))



reply via email to

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