diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-20 03:40:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-20 04:16:05 +0200 |
commit | e7532c2db8ab13f18e17e0ffe2f86046dd5f3031 (patch) | |
tree | f3e581080029c38e0b75a3d3d40f579a8236c050 | |
parent | 08f5f6e8217e662d1d47488d012dd990fb0aa088 (diff) |
gnu: tumbler: Update to 0.2.4.
* gnu/packages/xfce.scm (tumbler): Update to 0.2.4.
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index ca7cd1b8f3..8743135374 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -250,7 +250,7 @@ merging features essential for loading menus modified with menu editors.") (define-public tumbler (package (name "tumbler") - (version "0.2.3") + (version "0.2.4") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -258,7 +258,7 @@ merging features essential for loading menus modified with menu editors.") name "-" version ".tar.bz2")) (sha256 (base32 - "0h3x325dbz0lnb7b3zzbfrva3v0rn99v03zj9cza7ysr2nyy28nh")))) + "19mnwmcxdhqfqkd9433z8h2y8w49vlc7jw5p5h8j54wz7zhrgx0g")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |