guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: libx11: Update to 1.6.12.


From: guix-commits
Subject: 03/05: gnu: libx11: Update to 1.6.12.
Date: Thu, 15 Oct 2020 17:06:42 -0400 (EDT)

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

commit 8a62c0afb62c40c538ca378d723204df663a11ce
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 15 22:16:01 2020 +0200

    gnu: libx11: Update to 1.6.12.
    
    * gnu/packages/xorg.scm (libx11): Update to 1.6.12.
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d346af0..9f717ab 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5498,17 +5498,17 @@ draggable titlebars and borders.")
 (define-public libx11
   (package
     (name "libx11")
-    (version "1.6.10")
+    (version "1.6.12")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
-               "mirror://xorg/individual/lib/libX11-"
+               "ftp://ftp.freedesktop.org/pub/xorg//individual/lib/libX11-";
                version
                ".tar.bz2"))
         (sha256
           (base32
-            "09k2pqmqbn2m1bpgl7jfxyqxaaxsnzbnp2bp8ycmqldqi5ln4j5g"))))
+            "1ivfzl1qwk8zh7gc0m5vb58gdxz11jwg7w3d356w16j1d5s2427i"))))
     (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]