summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-11-06 20:00:12 +0200
committerEfraim Flashner <efraim@flashner.co.il>2017-11-06 20:02:45 +0200
commit9371600ec8397ab3d596dea89c388b4acb1c2437 (patch)
treec85c09cabedfc490df290ff20d74c9ed3206456b /gnu
parentfd592a12e2ec33c86a42d009090a4aca4652d61b (diff)
downloadguix-9371600ec8397ab3d596dea89c388b4acb1c2437.tar.gz
gnu: libxres: Update to 1.2.0.
* gnu/packages/xorg.scm (libxres): Update to 1.2.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 6bce254c73..7502a63a10 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1414,7 +1414,7 @@ treat it as part of their software base when porting.")
 (define-public libxres
   (package
     (name "libxres")
-    (version "1.0.7")
+    (version "1.2.0")
     (source
       (origin
         (method url-fetch)
@@ -1424,7 +1424,7 @@ treat it as part of their software base when porting.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1rd0bzn67cpb2qkc946gch2183r4bdjfhs6cpqbipy47m9a91296"))))
+            "1m0jr0lbz9ixpp9ihk68349q0i7ry2379lnfzdy4mrl86ijc2xgz"))))
     (build-system gnu-build-system)
     (inputs
       `(("xproto" ,xproto)