[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: thunar: Update to 4.16.11.
From: |
guix-commits |
Subject: |
02/04: gnu: thunar: Update to 4.16.11. |
Date: |
Sun, 21 Aug 2022 22:41:34 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 5edd5bb800e70adc45a7a1bbf24090504ac8305f
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon Aug 22 10:38:37 2022 +0800
gnu: thunar: Update to 4.16.11.
* gnu/packages/xfce.scm (thunar): Update to 4.16.11.
---
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 328ba59db3..93a751b915 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -737,7 +737,7 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar
(package
(name "thunar")
- (version "4.16.10") ;stable version = even minor
+ (version "4.16.11") ;stable version = even minor
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -745,7 +745,7 @@ like appearance, display, keyboard and mouse settings.")
"thunar-" version ".tar.bz2"))
(sha256
(base32
- "14lwi4ax0wj77980kkfhdf18b97339b17y8qc8gl2365mgswh1gi"))))
+ "06wa58dy9z28j7l4a2l7j052sa3h6vfpvxd440cy7qz5na8dwzgl"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool))