mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: libx11: Update to 1.7.3.1.
This update eliminates multiple xkbcomp unresolved symbols warnings. * gnu/packages/xorg.scm (libx11): Update to 1.7.3.1. Fix indentation. [source]: Update origin's URI.
This commit is contained in:
parent
223cc96e5b
commit
44d72f7216
1 changed files with 11 additions and 11 deletions
|
@ -5532,15 +5532,15 @@ (define-public xorg-server-xwayland
|
|||
(define-public libx11
|
||||
(package
|
||||
(name "libx11")
|
||||
(version "1.7.2")
|
||||
(version "1.7.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://xorg/individual/lib/libX11-"
|
||||
version ".tar.bz2"))
|
||||
(uri (string-append "https://xorg.freedesktop.org/archive/"
|
||||
"/individual/lib/libX11-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0v7aj8q3rlchdyfwdna7n7vgpyzyir391dlv5rwy9fxagbikbyhw"))))
|
||||
"1289nvs52q9fnp7zl30bdpbvqggnjjb39vy0zll511zvcrr43z9g"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out"
|
||||
"doc")) ;8 MiB of man pages + XML
|
||||
|
|
Loading…
Reference in a new issue