[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: xorg-server: Update to 1.20.6.
From: |
guix-commits |
Subject: |
02/10: gnu: xorg-server: Update to 1.20.6. |
Date: |
Wed, 27 Nov 2019 18:35:38 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 38ae96e9c590fbec6938f8145b7fd3fbb3a7ef45
Author: Marius Bakke <address@hidden>
Date: Wed Nov 27 22:23:07 2019 +0100
gnu: xorg-server: Update to 1.20.6.
* gnu/packages/xorg.scm (xorg-server): Update to 1.20.6.
(xorg-server-for-tests): Stay on 1.20.5.
---
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 72480f7..2baeed9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5072,7 +5072,7 @@ over Xlib, including:
(define-public xorg-server
(package
(name "xorg-server")
- (version "1.20.5")
+ (version "1.20.6")
(source
(origin
(method url-fetch)
@@ -5081,7 +5081,7 @@ over Xlib, including:
"xorg-server-" version ".tar.bz2"))
(sha256
(base32
- "17dc3g8cc55nbkx3np64dsz04n621dnzjmcc9wys0xbyyd1q47d8"))
+ "1laib9z17jksgzb67z69blcmnpbvj7i7m604b5ns7s760iii85k3"))
(patches
(list
;; See:
@@ -5203,7 +5203,16 @@ draggable titlebars and borders.")
(define-public xorg-server-for-tests
(hidden-package
(package
- (inherit xorg-server))))
+ (inherit xorg-server)
+ (version "1.20.5")
+ (source (origin
+ (inherit (package-source xorg-server))
+ (uri (string-append
+ "mirror://xorg/individual/xserver/"
+ "xorg-server-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "17dc3g8cc55nbkx3np64dsz04n621dnzjmcc9wys0xbyyd1q47d8")))))))
(define-public xorg-server-xwayland
(package
- branch master updated (dcc7fad -> 9943d23), guix-commits, 2019/11/27
- 05/10: gnu: python-xapian-bindings: Sphinx is a native input., guix-commits, 2019/11/27
- 07/10: gnu: bubblewrap: Update to 0.4.0., guix-commits, 2019/11/27
- 02/10: gnu: xorg-server: Update to 1.20.6.,
guix-commits <=
- 01/10: gnu: Use the test-only Xorg variant for tests., guix-commits, 2019/11/27
- 10/10: gnu: feh: Adapt tests for imlib2 1.6., guix-commits, 2019/11/27
- 06/10: gnu: bubblewrap: Update home page., guix-commits, 2019/11/27
- 04/10: gnu: xapian: Update to 1.4.14., guix-commits, 2019/11/27
- 09/10: gnu: python-dbus: Update to 1.2.14., guix-commits, 2019/11/27
- 08/10: gnu: whois: Update to 5.5.3., guix-commits, 2019/11/27
- 03/10: gnu: notmuch: Update to 0.29.3., guix-commits, 2019/11/27