guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: gnu: tumbler: Update to 4.16.1.


From: guix-commits
Subject: 08/08: gnu: tumbler: Update to 4.16.1.
Date: Mon, 15 Aug 2022 04:28:36 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit a751d90c8820c2d4794dc4898c35cd9cb179e4f2
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Aug 12 16:11:12 2022 +0200

    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>
---
 gnu/packages/xfce.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]