aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-07-03 00:09:48 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-07-03 00:26:07 +0200
commitedb336468de0c2a8f188e19015858d48290d7980 (patch)
tree26b9c32ae4973a5d94795dc965d0615f90b40a18
parenta1ce06753a17984e270249f250ae91ce49243714 (diff)
downloadguix-edb336468de0c2a8f188e19015858d48290d7980.tar
guix-edb336468de0c2a8f188e19015858d48290d7980.tar.gz
gnu: thunar: Update to 1.8.7.
* gnu/packages/xfce.scm (thunar): Update to 1.8.7.
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index f937fecc23..916431e6a3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -596,7 +596,7 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar
(package
(name "thunar")
- (version "1.8.6")
+ (version "1.8.7")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/xfce/"
@@ -604,7 +604,7 @@ like appearance, display, keyboard and mouse settings.")
"Thunar-" version ".tar.bz2"))
(sha256
(base32
- "0apg70dwkh8q89ybzhj4q2gp4yxiybwxfzpbvx0nj0rxis1gprf0"))))
+ "0afkp528mwwa2m18m39mvw53qgaijyynrw9wwwiyxgjiczq3l0ry"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)