[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/15: gnu: thunar: Update to 4.18.6.
From: |
guix-commits |
Subject: |
13/15: gnu: thunar: Update to 4.18.6. |
Date: |
Mon, 1 May 2023 00:13:21 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 5b5331e190a28b5df125fe43d1742546da3ffe83
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon May 1 09:44:43 2023 +0800
gnu: thunar: Update to 4.18.6.
* gnu/packages/xfce.scm (thunar): Update to 4.18.6.
---
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 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")))
- 03/15: gnu: xfce4-battery-plugin: Update to 1.1.5., (continued)
- 03/15: gnu: xfce4-battery-plugin: Update to 1.1.5., guix-commits, 2023/05/01
- 12/15: gnu: xfce4-weather-plugin: Update to 0.11.1., guix-commits, 2023/05/01
- 09/15: gnu: xfce4-mount-plugin: Update to 1.1.6., guix-commits, 2023/05/01
- 06/15: gnu: xfce4-calculator-plugin: Update to 0.7.2., guix-commits, 2023/05/01
- 05/15: gnu: xfce4-dict: Update to 0.8.5., guix-commits, 2023/05/01
- 15/15: gnu: xfce4-netload-plugin: Update to 1.4.1., guix-commits, 2023/05/01
- 07/15: gnu: xfce4-fsguard-plugin: Update to 1.1.3., guix-commits, 2023/05/01
- 14/15: gnu: xfce4-mpc-plugin: Update to 0.5.3., guix-commits, 2023/05/01
- 08/15: gnu: xfce4-mailwatch-plugin: Update to 1.3.1., guix-commits, 2023/05/01
- 10/15: gnu: xfce4-time-out-plugin: Update to 1.1.3., guix-commits, 2023/05/01
- 13/15: gnu: thunar: Update to 4.18.6.,
guix-commits <=