From 1385d37a6e8b1218d38a57d08ee654a7ec8f6b21 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Sun, 1 Mar 2015 13:35:36 +0800 Subject: gnu: gtk-xfce-engine: Update to 2.10.0. * gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.0. --- gnu/packages/xfce.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 08d7949b68..fc5c59cf70 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -43,14 +43,14 @@ (define-module (gnu packages xfce) (define-public gtk-xfce-engine (package (name "gtk-xfce-engine") - (version "3.0.0") + (version "2.10.0") (source (origin (method url-fetch) - (uri (string-append "http://archive.xfce.org/xfce/4.10/src/" + (uri (string-append "http://archive.xfce.org/xfce/4.12/src/" name "-" version ".tar.bz2")) (sha256 (base32 - "13c3ajfqkdr6jlqjyhcp4nls0ddanypr83q9qib2ciffik78zq4h")))) + "0rqrnjxx1lzla7wp2fadyixs6jy0js6xh005pgwyqbigpl0v7hy1")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- cgit v1.2.3