aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-12-19 14:26:21 -0500
committerMark H Weaver <mhw@netris.org>2014-12-19 22:47:26 -0500
commitb05752dbe6e96d1eaf27304cca043304e4a0b035 (patch)
tree16387b6fff95196dddbc652dda9748220af46050 /gnu
parentccffa91c1df726df80d557c3685cc2b2454b1833 (diff)
downloadpatches-b05752dbe6e96d1eaf27304cca043304e4a0b035.tar
patches-b05752dbe6e96d1eaf27304cca043304e4a0b035.tar.gz
gnu: libxfixes: Update to 5.0.1.
* gnu/packages/xorg.scm (libxfixes): Update to 5.0.1.
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 87a9be1322..ce31a3ec32 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4135,17 +4135,17 @@ kernel mode setting (KMS).")
(define-public libxfixes
(package
(name "libxfixes")
- (version "5.0")
+ (version "5.0.1")
(source
(origin
(method url-fetch)
(uri (string-append
- "mirror://xorg/X11R7.7/src/everything/libXfixes-"
+ "mirror://xorg/individual/lib/libXfixes-"
version
".tar.bz2"))
(sha256
(base32
- "1qx2rmwhmca2n7rgafy0arp15k5vwhdhhh6v6mx76hlj29328yjk"))))
+ "0rs7qgzr6dpr62db7sd91c1b47hzhzfr010qwnpcm8sg122w1gk3"))))
(build-system gnu-build-system)
(propagated-inputs
`(("fixesproto" ,fixesproto)))