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.1.


From: ???
Subject: 01/01: gnu: gtk-xfce-engine: Update to 2.10.1.
Date: Wed, 04 Mar 2015 02:18:26 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 221d45726c78822e792600d0b8c53352f652cc8f
Author: 宋文武 <address@hidden>
Date:   Wed Mar 4 10:16:43 2015 +0800

    gnu: gtk-xfce-engine: Update to 2.10.1.
    
    * gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.1.
---
 gnu/packages/xfce.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index fc5c59c..a08f004 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -43,14 +43,15 @@
 (define-public gtk-xfce-engine
   (package
     (name "gtk-xfce-engine")
-    (version "2.10.0")
+    (version "2.10.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/4.12/src/";
+              (uri (string-append "http://archive.xfce.org/src/xfce/";
+                                  name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0rqrnjxx1lzla7wp2fadyixs6jy0js6xh005pgwyqbigpl0v7hy1"))))
+                "0g86ywkx0ghzhhn96k88p67bbzlm1aqckly85izp07w80l1934ja"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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