gnu: thunar: Update to 1.8.10.

* gnu/packages/xfce.scm (thunar): Update to 1.8.10.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-11 06:32:53 +01:00
parent f0374ed357
commit 8ed3cc82f8
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -645,15 +645,15 @@ (define-public xfce4-settings
(define-public thunar (define-public thunar
(package (package
(name "thunar") (name "thunar")
(version "1.8.9") (version "1.8.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/src/xfce/" (uri (string-append "http://archive.xfce.org/src/xfce/"
"thunar/" (version-major+minor version) "/" "thunar/" (version-major+minor version) "/"
"Thunar-" version ".tar.bz2")) "thunar-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1fah2d7v3a7fp28xa5wv896rap1iad9q9y04qchca09mq1x8wxbs")))) "02g72bpbb8dkwspay9qii8bi99l87jn39gz6bamgp7p4q20qsi1x"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)