[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46511] [PATCH]: gnu: thunar: Update to 4.17.0.
From: |
Zhu Zihao |
Subject: |
[bug#46511] [PATCH]: gnu: thunar: Update to 4.17.0. |
Date: |
Sun, 14 Feb 2021 22:03:09 +0800 |
User-agent: |
mu4e 1.4.15; emacs 27.1 |
signature.asc
Description: PGP signature
>From f5f1955272be68a5d80b85cc1f7a4d04ff64fb4d Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Sun, 14 Feb 2021 21:57:26 +0800
Subject: [PATCH] gnu: thunar: Update to 4.17.0.
* gnu/packages/xfce.scm(thunar): Update to 4.17.0.
---
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 9d8fead43c..8be4efb92e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -765,7 +765,7 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar
(package
(name "thunar")
- (version "4.16.2")
+ (version "4.17.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -773,7 +773,7 @@ like appearance, display, keyboard and mouse settings.")
"thunar-" version ".tar.bz2"))
(sha256
(base32
- "1pbspa31q4kgydjzmssahq3k0wcy10ma466dlsd2y69nqjc0pab7"))))
+ "19gqd5fcv0nxwz7wkv6jydjy06hjw7in98n2dvbr59mxv014y05d"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.30.0
--
Retrieve my PGP public key:
gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F
Zihao
- [bug#46511] [PATCH]: gnu: thunar: Update to 4.17.0.,
Zhu Zihao <=