guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: libx11: Update to 1.7.0.


From: guix-commits
Subject: branch core-updates updated: gnu: libx11: Update to 1.7.0.
Date: Sat, 20 Feb 2021 13:27:58 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 910699e  gnu: libx11: Update to 1.7.0.
910699e is described below

commit 910699ea1e3a1ae43da149621254fa119064bd97
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Wed Feb 17 19:46:50 2021 +0100

    gnu: libx11: Update to 1.7.0.
    
    * gnu/packages/xorg.scm (libx11): Update to 1.7.0.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 0aa87f8..3f17329 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5477,7 +5477,7 @@ draggable titlebars and borders.")
 (define-public libx11
   (package
     (name "libx11")
-    (version "1.6.12")
+    (version "1.7.0")
     (source
       (origin
         (method url-fetch)
@@ -5487,7 +5487,7 @@ draggable titlebars and borders.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1ivfzl1qwk8zh7gc0m5vb58gdxz11jwg7w3d356w16j1d5s2427i"))))
+            "0m6bfwllr3pq2c00l51y62yiq15kphc8dw69zf67qhwmclxzkj1n"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "doc"))                            ;8 MiB of man pages + XML



reply via email to

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