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>
This commit is contained in:
Matthew James Kraai 2021-06-19 02:17:14 -07:00 committed by Efraim Flashner
parent 18d50dbe74
commit 7931883bcc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5503,17 +5503,15 @@ (define-public xorg-server-xwayland
(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