guix-patches
[Top][All Lists]
Advanced

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

[bug#34895] [PATCH 12/18] gnu: thunar: Update to 1.8.4.


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

* gnu/packages/xfce.scm (thunar): Update to 1.8.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 a3e1a5e9c9..a209649c7e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -557,14 +557,15 @@ like appearance, display, keyboard and mouse settings.")
 (define-public thunar
   (package
     (name "thunar")
-    (version "1.6.6")
+    (version "1.8.4")
     (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) "/"
                                   "Thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "1cl9v3rdzipyyxml3pyrzspxfmmssz5h5snpj18irq4an42539dr"))))
+                "1c4kg8w77nwi75b4ashy2m1y39icv951h63qsr1gdj6yipd53gy2"))))
     (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]