mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: libx11: Update to 1.8.1.
* gnu/packages/xorg.scm (libx11): Update to 1.8.1.
This commit is contained in:
parent
d58310ee38
commit
dc05eeced6
1 changed files with 2 additions and 2 deletions
|
@ -5535,7 +5535,7 @@ Wayland.")
|
||||||
(define-public libx11
|
(define-public libx11
|
||||||
(package
|
(package
|
||||||
(name "libx11")
|
(name "libx11")
|
||||||
(version "1.7.3.1")
|
(version "1.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5543,7 +5543,7 @@ Wayland.")
|
||||||
"/individual/lib/libX11-" version ".tar.xz"))
|
"/individual/lib/libX11-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1289nvs52q9fnp7zl30bdpbvqggnjjb39vy0zll511zvcrr43z9g"))))
|
"1xyry8i7zqmlkvpbyyqwi18rrdw6ycczlvfp63rh2570pfhimi0v"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"doc")) ;8 MiB of man pages + XML
|
"doc")) ;8 MiB of man pages + XML
|
||||||
|
|
Loading…
Add table
Reference in a new issue