summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-11 20:26:05 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-11 22:26:15 +0200
commit5c1ef5fdd89da34a7488ab79fa7e0293eeae71ea (patch)
tree78eec4e91cd44ea372cfac4114c1af1c6311dbe2 /gnu/packages/xfce.scm
parent915c2ad37300dd9d4c95a129197ea3935c171263 (diff)
gnu: tumbler: Update to 0.2.9.
* gnu/packages/xfce.scm (tumbler): Update to 0.2.9.
Diffstat (limited to 'gnu/packages/xfce.scm')
-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 7874ea3a7f..ed584d8959 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -283,7 +283,7 @@ merging features essential for loading menus modified with menu editors.")
(define-public tumbler
(package
(name "tumbler")
- (version "0.2.8")
+ (version "0.2.9")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -291,7 +291,7 @@ merging features essential for loading menus modified with menu editors.")
"tumbler-" version ".tar.bz2"))
(sha256
(base32
- "15iyx4xk6v3vk8272c848y8rj4sq43khlqxndnai0w5mvsivk689"))))
+ "1dh7h0jcbf8brvv9vwq4amnk6zgldl2ipdq3clzsx9p50dpr0235"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)