summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-12-19 14:54:28 -0500
committerMark H Weaver <mhw@netris.org>2014-12-19 22:47:28 -0500
commit07c6af48d244b5cc6d9be85d174449b74a5d9083 (patch)
tree988a08e16a8f6e2e07487fc401c0301004df5ec7 /gnu
parent15bcd5b77e04847debc1c24158c964772288574b (diff)
downloadguix-patches-07c6af48d244b5cc6d9be85d174449b74a5d9083.tar
guix-patches-07c6af48d244b5cc6d9be85d174449b74a5d9083.tar.gz
gnu: libxres: Update to 1.0.7.
* gnu/packages/xorg.scm (libxres): Update to 1.0.7.
Diffstat (limited to 'gnu')
-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 839ca3293a..e335fc07ef 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1336,17 +1336,17 @@ synchronization between the X server and direct-rendering clients.")
(define-public libxres
(package
(name "libxres")
- (version "1.0.6")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
(uri (string-append
- "mirror://xorg/X11R7.7/src/everything/libXres-"
+ "mirror://xorg/individual/lib/libXres-"
version
".tar.bz2"))
(sha256
(base32
- "1478pm70gdi6l70r4jpkyyg2am9wv6xh53z9ibwq5cg84p4n31pz"))))
+ "1rd0bzn67cpb2qkc946gch2183r4bdjfhs6cpqbipy47m9a91296"))))
(build-system gnu-build-system)
(inputs
`(("xproto" ,xproto)