diff options
author | Michael Rohleder <mike@rohleder.de> | 2021-02-09 15:08:17 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-02-10 11:08:42 +0200 |
commit | c97edf5d738017574b8690e1dd9a7d40997063d2 (patch) | |
tree | 6180dcdfcb42c50f9b7fe042fdb3d27d53865108 /gnu/packages/xfce.scm | |
parent | 6724b3033c6190246c179df27ee78da5d8fa17f4 (diff) |
gnu: thunar: Update to 4.16.3.
* gnu/packages/xfce.scm (thunar): Update to 4.16.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 42c68d9992..96a8fc7031 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.16.3") (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")))) + "0wpzs7r79aayg4zbxy514fbkabac1hhvw522cjjr453gva4xq92m")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |