summary refs log tree commit diff
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-05-01 09:44:43 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-05-01 09:44:43 +0800
commit5b5331e190a28b5df125fe43d1742546da3ffe83 (patch)
tree44e0b5a924b67570c1bdee173b2d3aa1df5ac6a3
parent53b009a87a801c0d1bbd3a49ab0edc7095820749 (diff)
downloadguix-5b5331e190a28b5df125fe43d1742546da3ffe83.tar.gz
gnu: thunar: Update to 4.18.6.
* gnu/packages/xfce.scm (thunar): Update to 4.18.6.
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 8f61c7a245..34b4f34b08 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -725,7 +725,7 @@ like appearance, display, keyboard and mouse settings.")
 (define-public thunar
   (package
     (name "thunar")
-    (version "4.18.4")                           ;stable version = even minor
+    (version "4.18.6")                           ;stable version = even minor
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -733,7 +733,7 @@ like appearance, display, keyboard and mouse settings.")
                                   "thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "1k7dkdhp353l1z2d55384c10iyp59n5qx0hawzf8lqhxzgi3qin4"))))
+                "038lb1aik9smrqv8xh9cxchmgxhhdmwdc2i09mzsqzhyzbivcjgf"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))