[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69665] [PATCH 07/12] gnu: thunar: Update to 4.18.10.
From: |
iyzsong |
Subject: |
[bug#69665] [PATCH 07/12] gnu: thunar: Update to 4.18.10. |
Date: |
Sat, 9 Mar 2024 13:17:59 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* 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 @@ (define-public xfce4-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 @@ (define-public thunar
"thunar-" version ".tar.bz2"))
(sha256
(base32
- "0shbbih2l6h3sda2221h7gsskv2lnchnmypk76cdgf51iafafxi2"))))
+ "020xrwzdnk5b7cli8vmv3yn7sfq6pg7bz57m4p0xh0ln2cgqlc78"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))
--
2.41.0
- [bug#69665] [PATCH 00/12] Xfce updates, iyzsong, 2024/03/09
- [bug#69665] [PATCH 01/12] gnu: xfconf: Update to 4.18.3., iyzsong, 2024/03/09
- [bug#69665] [PATCH 02/12] gnu: garcon: Update to 4.18.2., iyzsong, 2024/03/09
- [bug#69665] [PATCH 04/12] gnu: xfce4-panel: Update to 4.18.6., iyzsong, 2024/03/09
- [bug#69665] [PATCH 09/12] gnu: xfce4-power-manager: Update to 4.18.3., iyzsong, 2024/03/09
- [bug#69665] [PATCH 07/12] gnu: thunar: Update to 4.18.10.,
iyzsong <=
- [bug#69665] [PATCH 03/12] gnu: tumbler: Update to 4.18.2., iyzsong, 2024/03/09
- [bug#69665] [PATCH 06/12] gnu: xfce4-settings: Update to 4.18.4., iyzsong, 2024/03/09
- [bug#69665] [PATCH 08/12] gnu: xfce4-terminal: Update to 1.1.3., iyzsong, 2024/03/09
- [bug#69665] [PATCH 05/12] gnu: xfce4-appfinder: Update to 4.18.1., iyzsong, 2024/03/09
- [bug#69665] [PATCH 12/12] gnu: xfce: Add xfwm4-themes., iyzsong, 2024/03/09
- [bug#69665] [PATCH 11/12] gnu: Add xfwm4-themes., iyzsong, 2024/03/09
- [bug#69665] [PATCH 10/12] gnu: xfce4-dev-tools: Update to 4.18.1., iyzsong, 2024/03/09
- bug#69665: [PATCH 00/12] Xfce updates, 宋文武, 2024/03/12