guix-commits
[Top][All Lists]
Advanced

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

07/17: gnu: exo: Update to 0.12.5.


From: guix-commits
Subject: 07/17: gnu: exo: Update to 0.12.5.
Date: Sun, 19 May 2019 22:18:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 89d7bb866f1b83d6d4be0331a69042e17fc0530f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon May 20 03:32:14 2019 +0200

    gnu: exo: Update to 0.12.5.
    
    * gnu/packages/xfce.scm (exo): Update to 0.12.5.
---
 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 cc79fb4..000266e 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.4")
+    (version "0.12.5")
     (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.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1bsh43m6dh83vj9qi1vs0425m2d5yfqjyihr7zjjqmyvdf0n1bxh"))))
+                "1s23prcgall6r5dpn0qlrdq3zj13p95a5s0l2vflgrka8gb39x78"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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