guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9ad7b5283b2548353e92cb9efaa0120daceff24a
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 13:09:14 2025 +0800

    gnu: tumbler: Update to 4.20.1.
    
    * gnu/packages/xfce.scm (tumbler): Update to 4.20.1.
    
    Change-Id: Ie916942d2f775dcfa6e6f4c5b9fb4e6872a18817
---
 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 4d3fc2acd9..65b1734641 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.20.0")
+    (version "4.20.1")
     (source
      (origin
        (method git-fetch)
@@ -368,7 +368,7 @@ merging features essential for loading menus modified with 
menu editors.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18bp1ckv6mzbxhbk7aqp2mxbni1pw8hv8rzxmc9xx488dxs0qq8s"))))
+        (base32 "1dh7hk6979053wjs0qly3s3y9kvd67yi9dinn2mllsn2vca412d7"))))
     (build-system gnu-build-system)
     (native-inputs (list xfce4-dev-tools))
     (propagated-inputs (list glib)) ;required by tumbler-1.pc

Reply via email to