gnu: xorg-server-for-tests: Update to 1.20.5.

* gnu/packages/xorg.scm (xorg-server-for-tests)[source, version]: Remove.
master
Marius Bakke 2019-06-15 09:22:40 +02:00
parent fd641a23f5
commit af847bd88f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 10 deletions

View File

@ -5198,16 +5198,7 @@ draggable titlebars and borders.")
(define-public xorg-server-for-tests
(hidden-package
(package
(inherit xorg-server)
(version "1.20.4")
(source (origin
(inherit (package-source xorg-server))
(uri (string-append
"mirror://xorg/individual/xserver/"
"xorg-server-" version ".tar.bz2"))
(sha256
(base32
"1vk6j7hmigfill9x8m7a6vvgb3s50ji2yf6yprbgqfz9xf9x83zy")))))))
(inherit xorg-server))))
(define-public xorg-server-xwayland
(package