summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-15 15:01:51 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-15 17:07:03 +0100
commit977617ac5eec4ab6940bee29e133b8db91f14e1f (patch)
treea6327780d309452b3a3f24690b4ebdec5cdb01a8
parent8aaeabf9ecad2bd3b743a4a2258c04eaf5fd9da5 (diff)
downloadpatches-977617ac5eec4ab6940bee29e133b8db91f14e1f.tar
patches-977617ac5eec4ab6940bee29e133b8db91f14e1f.tar.gz
gnu: thunar: Update to 1.8.12.
* gnu/packages/xfce.scm (thunar): Update to 1.8.12.
-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 c1f41e5aa2..fe5f2e6a0e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -645,7 +645,7 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar
(package
(name "thunar")
- (version "1.8.11")
+ (version "1.8.12")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/xfce/"
@@ -653,7 +653,7 @@ like appearance, display, keyboard and mouse settings.")
"thunar-" version ".tar.bz2"))
(sha256
(base32
- "0f5jw61z1dbvyyf1nks5dagnbs6sxxw7spybgwvpb3hfljrlvphq"))))
+ "1y1548jrx93c9v8ks60mkd9sx5xl69fmwh1pbr9gsnqz1gp5na99"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)