Archived
1
0
Fork 0

gnu: thunar: Update to 1.8.6.

* gnu/packages/xfce.scm (thunar): Update to 1.8.6.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-20 03:35:19 +02:00
parent 89d7bb866f
commit 5da54e8004
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -596,7 +596,7 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar (define-public thunar
(package (package
(name "thunar") (name "thunar")
(version "1.8.4") (version "1.8.6")
(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/"
@ -604,7 +604,7 @@ like appearance, display, keyboard and mouse settings.")
"Thunar-" version ".tar.bz2")) "Thunar-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1c4kg8w77nwi75b4ashy2m1y39icv951h63qsr1gdj6yipd53gy2")))) "0apg70dwkh8q89ybzhj4q2gp4yxiybwxfzpbvx0nj0rxis1gprf0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)