summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-03-01 13:47:10 +0800
committer宋文武 <iyzsong@gmail.com>2015-03-01 18:37:04 +0800
commit3786be080fb341c5b81e6a2650ab066348b43abb (patch)
tree2266271d940abb8e10df1f6003fe4dc49cb7b3ae /gnu/packages/xfce.scm
parentea3fb8f183563dac90cbe81609b0c3ba24b96b74 (diff)
gnu: tumbler: Update to 0.1.31.
* gnu/packages/xfce.scm (tumbler): Update to 0.1.31.
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 68d05271ac..f0d52746d7 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -209,14 +209,14 @@ merging features essential for loading menus modified with menu editors.")
(define-public tumbler
(package
(name "tumbler")
- (version "0.1.30")
+ (version "0.1.31")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/xfce/tumbler/0.1/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "013kacqyy1vya7kp6jgc1almp3cbbvq96a3r7f5myiihr1whvhp7"))))
+ "0wvip28gm2w061hn84zp2q4dv947ihylrppahn4cjspzff935zfh"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)