mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: xorg-server: Update to 1.20.0.
* gnu/packages/xorg.scm (xorg-server): Update to 1.20.0.
This commit is contained in:
parent
68adf4a840
commit
a3be2ac9f9
1 changed files with 2 additions and 2 deletions
|
@ -5090,7 +5090,7 @@ (define-public libxcb
|
|||
(define-public xorg-server
|
||||
(package
|
||||
(name "xorg-server")
|
||||
(version "1.19.6")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5099,7 +5099,7 @@ (define-public xorg-server
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"15y13ihgkggmly5s07vzvpn35gzx1w0hrkbnlcvcy05h3lpm0cm7"))
|
||||
"1rnka3sp8yg2bir0bjjhwn33jikj8qd8ckqcxrs94w05bwc7v5lx"))
|
||||
(patches
|
||||
(list
|
||||
;; See:
|
||||
|
|
Loading…
Reference in a new issue