summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-14 11:11:52 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-15 17:07:03 +0100
commit6c0ad0bc63121fc60660c381c50657c1f2852051 (patch)
treeb52ccfaaf792ec1d0d783ae66bc7faf31d9c637e
parentec93777e891a98a13b16cec79e732b8fb1ca0dd7 (diff)
downloadpatches-6c0ad0bc63121fc60660c381c50657c1f2852051.tar
patches-6c0ad0bc63121fc60660c381c50657c1f2852051.tar.gz
gnu: tumbler: Update to 0.2.8.
* gnu/packages/xfce.scm (tumbler): Update to 0.2.8.
-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 7489624646..c1f41e5aa2 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -267,7 +267,7 @@ merging features essential for loading menus modified with menu editors.")
(define-public tumbler
(package
(name "tumbler")
- (version "0.2.7")
+ (version "0.2.8")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -275,7 +275,7 @@ merging features essential for loading menus modified with menu editors.")
"tumbler-" version ".tar.bz2"))
(sha256
(base32
- "1r0l0ghcrj71ax7yil1m4p7yjrfqm3icx0s8r7ivwv3i2rgw617p"))))
+ "15iyx4xk6v3vk8272c848y8rj4sq43khlqxndnai0w5mvsivk689"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)