guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: thunar: Update to 4.18.10.


From: guix-commits
Subject: 07/15: gnu: thunar: Update to 4.18.10.
Date: Tue, 12 Mar 2024 06:17:09 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit ad5faf27750182acb8c66c02f359163bbf93c5ed
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Mar 9 12:42:05 2024 +0800

    gnu: thunar: Update to 4.18.10.
    
    * gnu/packages/xfce.scm (thunar): Update to 4.18.10.
    
    Change-Id: I170cfa24d0086d6c1d2707d4c5693f28678adf3e
---
 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 b993496149..8ccf3a8fbe 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -727,7 +727,7 @@ like appearance, display, keyboard and mouse settings.")
 (define-public thunar
   (package
     (name "thunar")
-    (version "4.18.7")                           ;stable version = even minor
+    (version "4.18.10")                           ;stable version = even minor
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -735,7 +735,7 @@ like appearance, display, keyboard and mouse settings.")
                                   "thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "0shbbih2l6h3sda2221h7gsskv2lnchnmypk76cdgf51iafafxi2"))))
+                "020xrwzdnk5b7cli8vmv3yn7sfq6pg7bz57m4p0xh0ln2cgqlc78"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))



reply via email to

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