summary refs log tree commit diff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-04-06 15:58:59 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-04-06 16:03:05 +0200
commit3433413b18f02436eb8459d097947257ac6973f7 (patch)
tree13735866003c196d28bc97f2f8ab4d0cf5161eb3 /gnu/packages/xorg.scm
parent7c42cc7738cb28f393b17f9074a264607456c012 (diff)
downloadguix-3433413b18f02436eb8459d097947257ac6973f7.tar.gz
gnu: xorg-server@1.19.2: Update to 1.19.3.
This is to adjust for the inputs and arguments change of xorg-server proper.

* gnu/packages/xorg.scm (xorg-server-1.19.2): Rename to ...
(xorg-server-1.19.3): ... this. Update version and origin.
* gnu/packages/gtk.scm (gtk+)[native-inputs]: Adjust accordingly.
[arguments]<#:disallowed-references>: Likewise.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 983769e5d4..972ad73682 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5106,11 +5106,11 @@ draggable titlebars and borders.")
     (license license:x11)))
 
 ;;; This package is intended to be used when building GTK+.
-(define-public xorg-server-1.19.2
+(define-public xorg-server-1.19.3
   (package
     (inherit xorg-server)
     (name "xorg-server")
-    (version "1.19.2")
+    (version "1.19.3")
     (source
       (origin
         (method url-fetch)
@@ -5119,7 +5119,7 @@ draggable titlebars and borders.")
               name "-" version ".tar.bz2"))
         (sha256
          (base32
-          "1fw4b2lf75nsqkiyhn95b1c2if1l3cw5a188a1szx1d8l7sbk2jg"))))))
+          "162s1v901djr57gxmmk4airk8hiwcz79dqyz72972x1lw1k82yk7"))))))
 
 (define-public xorg-server-xwayland
   (package