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.15.


From: Rutger Helling
Subject: 01/01: gnu: wayland-protocols: Update to 1.15.
Date: Sun, 15 Jul 2018 03:56:30 -0400 (EDT)

rhelling pushed a commit to branch staging
in repository guix.

commit f579af3d3ec7454b4499c09513a6ec577e618cac
Author: Rutger Helling <address@hidden>
Date:   Sun Jul 15 09:52:46 2018 +0200

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



reply via email to

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