guix-patches
[Top][All Lists]
Advanced

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

[bug#34895] [PATCH 03/18] gnu: exo: Update to 0.12.4.


From: Kei Kebreau
Subject: [bug#34895] [PATCH 03/18] gnu: exo: Update to 0.12.4.
Date: Sun, 17 Mar 2019 12:04:08 -0400

* gnu/packages/xfce.scm (exo): Update to 0.12.4.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a226e17e8e..7c2c168f35 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -182,14 +182,15 @@ to share commonly used Xfce widgets among the Xfce 
applications.")
 (define-public exo
   (package
     (name "exo")
-    (version "0.10.3")
+    (version "0.12.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/4.12/src/";
+              (uri (string-append "https://archive.xfce.org/src/xfce/";
+                                  name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1g9651ra395v2fmzb943l68b9pg0rfxc19x97a62crchxwa4nw4m"))))
+                "1bsh43m6dh83vj9qi1vs0425m2d5yfqjyihr7zjjqmyvdf0n1bxh"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.21.0






reply via email to

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