guix-commits
[Top][All Lists]
Advanced

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

10/17: gnu: wayland-protocols: Update to 1.14.


From: Tobias Geerinckx-Rice
Subject: 10/17: gnu: wayland-protocols: Update to 1.14.
Date: Tue, 12 Jun 2018 09:30:32 -0400 (EDT)

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

commit 1a1d055903155fbfb05c7f72d9c0ab73a189465f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jun 11 14:59:04 2018 +0200

    gnu: wayland-protocols: Update to 1.14.
    
    * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.14.
---
 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 a6b79f4..ea48afc 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -473,7 +473,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.13")
+    (version "1.14")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -481,7 +481,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
                     "wayland-protocols-" version ".tar.xz"))
               (sha256
                (base32
-                "0f4gqvmz53q9d8h0ilhf4z773nb4vskzx11a3d1jycym120bqn07"))))
+                "1xknjcfhqvdi1s4iq4kk1q61fg2rar3g8q4vlqarpd324imqjj4n"))))
     (build-system gnu-build-system)
     (inputs
      `(("wayland" ,wayland)))



reply via email to

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