guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: exo: Update to 0.12.6.


From: guix-commits
Subject: 05/05: gnu: exo: Update to 0.12.6.
Date: Fri, 21 Jun 2019 19:02:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ba96c10ecd98e446799ab6dca3dcc31a27d96533
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jun 22 00:37:39 2019 +0200

    gnu: exo: Update to 0.12.6.
    
    * gnu/packages/xfce.scm (exo): Update to 0.12.6.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c518508..2b4feb1 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -188,7 +188,7 @@ to share commonly used Xfce widgets among the Xfce 
applications.")
 (define-public exo
   (package
     (name "exo")
-    (version "0.12.5")
+    (version "0.12.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -196,7 +196,7 @@ to share commonly used Xfce widgets among the Xfce 
applications.")
                                   "exo-" version ".tar.bz2"))
               (sha256
                (base32
-                "1s23prcgall6r5dpn0qlrdq3zj13p95a5s0l2vflgrka8gb39x78"))))
+                "00qh8ihrf09jvd26kilybihkgvv6rvi0l1bvlldxc99jb7ygy5ql"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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