diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-08-12 16:11:12 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-08-15 10:22:38 +0200 |
commit | a751d90c8820c2d4794dc4898c35cd9cb179e4f2 (patch) | |
tree | b1631defb296014a58f3c5d6409f1e71fe221c3d /gnu/packages/xfce.scm | |
parent | 81d3bc3c8b70e6f1f51e9a3022b787f924f0a774 (diff) | |
download | guix-a751d90c8820c2d4794dc4898c35cd9cb179e4f2.tar.gz |
gnu: tumbler: Update to 4.16.1.
* gnu/packages/xfce.scm (tumbler): Update to 4.16.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/xfce.scm')
-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 efc402f5a9..02c9b6541c 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -359,7 +359,7 @@ merging features essential for loading menus modified with menu editors.") (define-public tumbler (package (name "tumbler") - (version "4.16.0") + (version "4.16.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -367,7 +367,7 @@ merging features essential for loading menus modified with menu editors.") "tumbler-" version ".tar.bz2")) (sha256 (base32 - "0rmga1l7da0pjrs6jlyq1nfn513r543v7cchshrif1341knpy2wv")))) + "0gi77675gi1bbhrrg0p60dy06clf24xa0hz2jb74hnzk2gxbyaw5")))) (build-system gnu-build-system) (native-inputs (list pkg-config intltool |