guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: catfish: Update to 4.20.1.
    
    * gnu/packages/xfce.scm (catfish): Update to 4.20.1.
    
    Change-Id: I1365ed76139557cd3702f201942a514aba7fc014
---
 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 d92e416d7e..b3428f4fb6 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -204,7 +204,7 @@ to share commonly used Xfce widgets among the Xfce 
applications.")
 (define-public catfish
   (package
     (name "catfish")
-    (version "4.20.0")
+    (version "4.20.1")
     (source
      (origin
        (method git-fetch)
@@ -213,7 +213,7 @@ to share commonly used Xfce widgets among the Xfce 
applications.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vyf62n8j2pgxd30j8hf1x6d0yz8r86ng39p9smfpq7m3vll8i7c"))))
+        (base32 "0b2p3d4zbx2k8qacamlxcmx91h6sgqz5is7dpc9bj926rnfjwc4r"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to