[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/15: gnu: xorg-server: Update to 1.20.5.
From: |
guix-commits |
Subject: |
06/15: gnu: xorg-server: Update to 1.20.5. |
Date: |
Mon, 3 Jun 2019 16:32:25 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 106deba71e109b2a877e42b14bb84c39e9e03606
Author: Marius Bakke <address@hidden>
Date: Fri May 31 21:51:48 2019 +0200
gnu: xorg-server: Update to 1.20.5.
* gnu/packages/xorg.scm (xorg-server): Update to 1.20.5.
(xorg-server-for-tests): Stay on 1.20.4.
---
gnu/packages/xorg.scm | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ae28e38..27966f0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5067,7 +5067,7 @@ over Xlib, including:
(define-public xorg-server
(package
(name "xorg-server")
- (version "1.20.4")
+ (version "1.20.5")
(source
(origin
(method url-fetch)
@@ -5076,7 +5076,7 @@ over Xlib, including:
"xorg-server-" version ".tar.bz2"))
(sha256
(base32
- "1vk6j7hmigfill9x8m7a6vvgb3s50ji2yf6yprbgqfz9xf9x83zy"))
+ "17dc3g8cc55nbkx3np64dsz04n621dnzjmcc9wys0xbyyd1q47d8"))
(patches
(list
;; See:
@@ -5198,7 +5198,16 @@ draggable titlebars and borders.")
(define-public xorg-server-for-tests
(hidden-package
(package
- (inherit xorg-server))))
+ (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")))))))
(define-public xorg-server-xwayland
(package
- 14/15: gnu: python-beautifulsoup4: Update to 4.7.1., (continued)
- 14/15: gnu: python-beautifulsoup4: Update to 4.7.1., guix-commits, 2019/06/03
- 12/15: gnu: Cython: Update home page., guix-commits, 2019/06/03
- 15/15: gnu: python-translate-toolkit: Update home page., guix-commits, 2019/06/03
- 13/15: gnu: python-soupsieve: Fix python2 variant., guix-commits, 2019/06/03
- 10/15: gnu: OpenSSL@1.1: Update to 1.1.1c., guix-commits, 2019/06/03
- 11/15: gnu: Django: Update to 1.11.21 [fixes CVE-2019-12308, CVE-2019-11358]., guix-commits, 2019/06/03
- 09/15: gnu: gphoto2: Update to 2.5.23., guix-commits, 2019/06/03
- 08/15: gnu: libgphoto2: Update to 2.5.23., guix-commits, 2019/06/03
- 07/15: gnu: re2: Update to 2019-06-01., guix-commits, 2019/06/03
- 05/15: gnu: python-cryptography: Update to 2.7., guix-commits, 2019/06/03
- 06/15: gnu: xorg-server: Update to 1.20.5.,
guix-commits <=
- 03/15: gnu: libsodium: Update to 1.0.18., guix-commits, 2019/06/03
- 04/15: gnu: GnuPG: Update to 2.2.16., guix-commits, 2019/06/03
- 02/15: gnu: Remove libevent@2.0., guix-commits, 2019/06/03
- 01/15: gnu: libevent: Update home page., guix-commits, 2019/06/03