summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-07 15:45:17 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-07 18:03:09 +0200
commit8f36967e0ef34e73ae2d0a9975fd89d9f240c7ba (patch)
treeeb239083abff5651ef7848027ad5ebaa942038ae
parente2a6de5057e5cae9b00ed3c59a205fe24d0e19ac (diff)
downloadguix-patches-8f36967e0ef34e73ae2d0a9975fd89d9f240c7ba.tar
guix-patches-8f36967e0ef34e73ae2d0a9975fd89d9f240c7ba.tar.gz
gnu: thunar: Update to 4.16.7.
* gnu/packages/xfce.scm (thunar): Update to 4.16.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 0147c48630..9caf78d11c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -772,7 +772,7 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar
(package
(name "thunar")
- (version "4.16.6")
+ (version "4.16.7")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -780,7 +780,7 @@ like appearance, display, keyboard and mouse settings.")
"thunar-" version ".tar.bz2"))
(sha256
(base32
- "1dq238m2bh938gpb058cr2xmhy6f3qkyyya9l0ya95kiwqzislyb"))))
+ "0qlgy25wgmrddiac3sq61di2rmys1pqgyjg0r3d6rmpw51kxsvgv"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)