guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/03: gnu: wayland-protocols: Update to 1.18.
Date: Thu, 29 Aug 2019 09:48:22 -0400 (EDT)

rhelling pushed a commit to branch staging
in repository guix.

commit 5ceb1a3da6e144d51e976df57c74c98a57d12a3a
Author: Rutger Helling <address@hidden>
Date:   Thu Aug 29 15:40:43 2019 +0200

    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 a0cf2c8..ed3b2db 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -582,7 +582,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
@@ -590,7 +590,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]