guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: wayland-protocols: Update to 1.9.


From: Leo Famulari
Subject: 01/01: gnu: wayland-protocols: Update to 1.9.
Date: Wed, 12 Jul 2017 17:20:58 -0400 (EDT)

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

commit 851ff8a5c587ff0d7e6f09a2a656503c2409d6c3
Author: Leo Famulari <address@hidden>
Date:   Wed Jul 12 17:01:45 2017 -0400

    gnu: wayland-protocols: Update to 1.9.
    
    * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.9.
---
 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 a9a7e08..9dbb8c0 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -393,7 +393,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.7")
+    (version "1.9")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -401,7 +401,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
                     "wayland-protocols-" version ".tar.xz"))
               (sha256
                (base32
-                "07qw166s6bm81zfnhf4lmww6wj0il960fm3vp7n1z3rign9jlpv3"))))
+                "0xag2yci0l13brmq2k12vdv0wlnb2j0rxk2cnp170fya63g74sv6"))))
     (build-system gnu-build-system)
     (inputs
      `(("wayland" ,wayland)))



reply via email to

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