diff options
author | L p R n d n <guix@lprndn.info> | 2019-08-19 14:01:52 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-13 10:50:11 +0200 |
commit | a00a3132c7c5585e75862b479be1c63fde36b29d (patch) | |
tree | 01b704359e89fd22adecf087bd08803a2b2696e0 /gnu | |
parent | ba05be22495478c6ea3307d0dde6dd635a84e7cd (diff) | |
download | guix-a00a3132c7c5585e75862b479be1c63fde36b29d.tar.gz guix-a00a3132c7c5585e75862b479be1c63fde36b29d.zip |
gnu: Thunar: Update to 1.8.9.
* gnu/packages/xfce.scm (thunar): Update to 1.8.9.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-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 3a8b223b9c..c71285c7bd 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -642,7 +642,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "1.8.7") + (version "1.8.9") (source (origin (method url-fetch) (uri (string-append "http://archive.xfce.org/src/xfce/" @@ -650,7 +650,7 @@ like appearance, display, keyboard and mouse settings.") "Thunar-" version ".tar.bz2")) (sha256 (base32 - "0afkp528mwwa2m18m39mvw53qgaijyynrw9wwwiyxgjiczq3l0ry")))) + "1fah2d7v3a7fp28xa5wv896rap1iad9q9y04qchca09mq1x8wxbs")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |