summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-09 15:00:50 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-09 22:30:09 +0200
commit583fcb27ae491039b608623250db23240e969d94 (patch)
tree90b0d2c302bfa3b63e4739f29485b675564bd0e1 /gnu
parent3320966068027c8a61faf3202074dd6fe306ab62 (diff)
downloadguix-patches-583fcb27ae491039b608623250db23240e969d94.tar
guix-patches-583fcb27ae491039b608623250db23240e969d94.tar.gz
gnu: thunar: Update to 1.8.15.
* gnu/packages/xfce.scm (thunar): Update to 1.8.15.
Diffstat (limited to 'gnu')
-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 7a6784b928..89a4206363 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -661,7 +661,7 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar
(package
(name "thunar")
- (version "1.8.14")
+ (version "1.8.15")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -669,7 +669,7 @@ like appearance, display, keyboard and mouse settings.")
"thunar-" version ".tar.bz2"))
(sha256
(base32
- "17r1z8cyp709lz38w7b5vqi1zbgm2i3sqvdvicsbvma2b0gppica"))))
+ "14vw4yaf9fff24zmj4dp8r8hf8mb19hl4w4l0jc8c4qzy865c93n"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)