guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: libxfce4util: Update to 4.12.1.


From: ???
Subject: 01/14: gnu: libxfce4util: Update to 4.12.1.
Date: Sun, 01 Mar 2015 10:49:35 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 96fffedea0b0f38d48452344742c5f18430403e0
Author: 宋文武 <address@hidden>
Date:   Sun Mar 1 13:39:10 2015 +0800

    gnu: libxfce4util: Update to 4.12.1.
    
    * gnu/packages/xfce.scm (libxfce4util): Update to 4.12.1.
---
 gnu/packages/xfce.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index fb5427c..4dc2c5e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -65,7 +65,7 @@
 (define-public libxfce4util
   (package
     (name "libxfce4util")
-    (version "4.10.0")
+    (version "4.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://archive.xfce.org/xfce/";
@@ -73,7 +73,7 @@
                                   "/src/" name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "13k0wwbbqvdmbj4xmk4nxdlgvrdgr5y6r3dk380mzfw053hzwy89"))))
+                "07c8r3xwx5is298zk77m3r784gmr5y4mh8bbca5zdjqk5vxdwsw7"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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