mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: xorg-server: Update to 1.19.6.
* gnu/packages/xorg.scm (xorg-server): Update to 1.19.6.
This commit is contained in:
parent
3bbd6469c8
commit
d5b0e86534
1 changed files with 2 additions and 2 deletions
|
@ -5086,7 +5086,7 @@ (define-public libxcb
|
|||
(define-public xorg-server
|
||||
(package
|
||||
(name "xorg-server")
|
||||
(version "1.19.5")
|
||||
(version "1.19.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5095,7 +5095,7 @@ (define-public xorg-server
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0iql4pgsgpyqcrd3256pv227cdadvz01ych61n0d41ixp67gmzqq"))
|
||||
"15y13ihgkggmly5s07vzvpn35gzx1w0hrkbnlcvcy05h3lpm0cm7"))
|
||||
(patches
|
||||
(list
|
||||
;; See:
|
||||
|
|
Loading…
Reference in a new issue