guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gtk-xfce-engine: Update to 2.10.0.


From: ???
Subject: 01/01: gnu: gtk-xfce-engine: Update to 2.10.0.
Date: Mon, 02 Mar 2015 13:31:03 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 1385d37a6e8b1218d38a57d08ee654a7ec8f6b21
Author: 宋文武 <address@hidden>
Date:   Sun Mar 1 13:35:36 2015 +0800

    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 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 08d7949..fc5c59c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -43,14 +43,14 @@
 (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]