mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: libx11: Update to 1.6.5.
* gnu/packages/xorg.scm (libx11): Update to 1.6.5.
This commit is contained in:
parent
1c598515cd
commit
daed5b7ed3
1 changed files with 2 additions and 2 deletions
|
@ -5123,7 +5123,7 @@ (define-public xorg-server-xwayland
|
|||
(define-public libx11
|
||||
(package
|
||||
(name "libx11")
|
||||
(version "1.6.4")
|
||||
(version "1.6.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5133,7 +5133,7 @@ (define-public libx11
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hg46i6h92pmb7xp1cis2j43zq3fkdz89p0yv35w4vm17az4iixp"))))
|
||||
"0pa3cfp6h9rl2vxmkph65250gfqyki0ccqyaan6bl9d25gdr0f2d"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out"
|
||||
"doc")) ;8 MiB of man pages + XML
|
||||
|
|
Loading…
Reference in a new issue