From 39cee0f817091fdb482c7a5d518bfaa7bde554d3 Mon Sep 17 00:00:00 2001 From: "André A. Gomes" Date: Mon, 6 Sep 2021 22:37:12 +0300 Subject: gnu: thunar: Update to 4.17.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/xfce.scm (thunar): Update to 4.17.1. [inputs]: Add gvfs. Signed-off-by: Ludovic Courtès --- gnu/packages/xfce.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index c506f5e463..b40c5ce70a 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -15,6 +15,7 @@ ;;; Copyright © 2020 Jonathan Brielmaier ;;; Copyright © 2020, 2021 Michael Rohleder ;;; Copyright © 2021 Brendan Tildesley +;;; Copyright © 2021 André A. Gomes ;;; ;;; This file is part of GNU Guix. ;;; @@ -781,7 +782,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "4.16.8") + (version "4.17.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -789,7 +790,7 @@ like appearance, display, keyboard and mouse settings.") "thunar-" version ".tar.bz2")) (sha256 (base32 - "159ircj0mahx54fqsr3l3ynk690zlpc6ar5pnyhhpk90s8la5303")))) + "0w957z22asd7dgchib99013csr628pvakagsqg38w6zhsmb9dy9k")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) @@ -797,6 +798,7 @@ like appearance, display, keyboard and mouse settings.") (inputs `(("exo" ,exo) ("gobject-introspection" ,gobject-introspection) + ("gvfs" ,gvfs) ("libexif" ,libexif) ("libgudev" ,libgudev) ("libnotify" ,libnotify) -- cgit v1.2.3