guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: wayland-protocols: Update to 1.18.


From: guix-commits
Subject: 02/02: gnu: wayland-protocols: Update to 1.18.
Date: Thu, 7 Nov 2019 02:18:36 -0500 (EST)

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

commit ba469f1ad916ca12e7cec44af7edd209f1a146a0
Author: Gábor Boskovits <address@hidden>
Date:   Thu Nov 7 08:12:27 2019 +0100

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



reply via email to

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