guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: tumbler: Update to 4.18.1.


From: guix-commits
Subject: 02/15: gnu: tumbler: Update to 4.18.1.
Date: Mon, 1 May 2023 00:13:20 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit e923a096d4e1dc9793895312e2ddf03a97655683
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Apr 26 22:07:49 2023 +0800

    gnu: tumbler: Update to 4.18.1.
    
    * gnu/packages/xfce.scm (tumbler): Update to 4.18.1.
---
 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 2092c8db13..3fdc71c023 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -357,7 +357,7 @@ merging features essential for loading menus modified with 
menu editors.")
 (define-public tumbler
   (package
     (name "tumbler")
-    (version "4.18.0")
+    (version "4.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -365,7 +365,7 @@ merging features essential for loading menus modified with 
menu editors.")
                                   "tumbler-" version ".tar.bz2"))
               (sha256
                (base32
-                "006gvwa7jqkky2qvl2yngbd4yzp63wpilhhmyg9p24pk9spz71s0"))))
+                "1833qnfw2c9wv7iw5cad5x5scj1rsqmmbwfld33zxx8akhd9hqgz"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config intltool



reply via email to

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