mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 22:56:23 +01:00
gnu: thunar: Update to 4.17.1.
* gnu/packages/xfce.scm (thunar): Update to 4.17.1. [inputs]: Add gvfs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f72f4b48c6
commit
39cee0f817
1 changed files with 4 additions and 2 deletions
|
@ -15,6 +15,7 @@
|
|||
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
||||
;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
|
||||
;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
|
||||
;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -781,7 +782,7 @@ (define-public xfce4-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 @@ (define-public thunar
|
|||
"thunar-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"159ircj0mahx54fqsr3l3ynk690zlpc6ar5pnyhhpk90s8la5303"))))
|
||||
"0w957z22asd7dgchib99013csr628pvakagsqg38w6zhsmb9dy9k"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
@ -797,6 +798,7 @@ (define-public thunar
|
|||
(inputs
|
||||
`(("exo" ,exo)
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("gvfs" ,gvfs)
|
||||
("libexif" ,libexif)
|
||||
("libgudev" ,libgudev)
|
||||
("libnotify" ,libnotify)
|
||||
|
|
Loading…
Reference in a new issue