guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: libxext: Update to 1.3.4.


From: guix-commits
Subject: 06/09: gnu: libxext: Update to 1.3.4.
Date: Sun, 17 Mar 2019 12:02:36 -0400 (EDT)

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

commit 40916d637a854818ac1c5c0264432d9f8b7f9d23
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 17 14:05:07 2019 +0100

    gnu: libxext: Update to 1.3.4.
    
    * gnu/packages/xorg.scm (libxext): Update to 1.3.4.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 920949d..2cab66e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4560,7 +4560,7 @@ cannot be adequately worked around on the client side of 
the wire.")
 (define-public libxext
   (package
     (name "libxext")
-    (version "1.3.3")
+    (version "1.3.4")
     (source
       (origin
         (method url-fetch)
@@ -4570,7 +4570,7 @@ cannot be adequately worked around on the client side of 
the wire.")
                ".tar.bz2"))
         (sha256
           (base32
-            "0dbfn5bznnrhqzvkrcmw4c44yvvpwdcsrvzxf4rk27r36b9x865m"))))
+            "0azqxllcsfxc3ilhz6kwc6x7m8wc477p59ir9p0yrsldx766zbar"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("xorgproto" ,xorgproto)))



reply via email to

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