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.2.


From: guix-commits
Subject: branch core-updates updated: gnu: libx11: Update to 1.7.2.
Date: Mon, 21 Jun 2021 11:10:40 -0400

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

efraim 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 7931883  gnu: libx11: Update to 1.7.2.
7931883 is described below

commit 7931883bcc5712f371b8412fa5e74be0ffbed139
Author: Matthew James Kraai <kraai@ftbfs.org>
AuthorDate: Sat Jun 19 02:17:14 2021 -0700

    gnu: libx11: Update to 1.7.2.
    
    * gnu/packages/xorg.scm (libx11): Update to 1.7.2.
    [source]: Use a "mirror://xorg" URL.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/xorg.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ccdbc3b..168f55f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5503,17 +5503,15 @@ draggable titlebars and borders.")
 (define-public libx11
   (package
     (name "libx11")
-    (version "1.7.1")
+    (version "1.7.2")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append
-               "ftp://ftp.freedesktop.org/pub/xorg//individual/lib/libX11-";
-               version
-               ".tar.bz2"))
+        (uri (string-append "mirror://xorg/individual/lib/libX11-"
+                            version ".tar.bz2"))
         (sha256
           (base32
-            "0isxad59hvdwggbxqqjjjg3zmih9xiq4d9mdsnqbyb2nmbg46kp6"))))
+            "0v7aj8q3rlchdyfwdna7n7vgpyzyir391dlv5rwy9fxagbikbyhw"))))
     (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]