summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-12-30 16:14:53 +0800
committer宋文武 <iyzsong@member.fsf.org>2024-01-07 10:36:41 +0800
commitaec0dea1f63fe3b7e64bb611274590d570205b95 (patch)
treee514b0a9ef163d80e3810aa291b86c2573768fb4 /gnu
parent157ad70182ade608203e9c0a42fb45b022039698 (diff)
downloadguix-aec0dea1f63fe3b7e64bb611274590d570205b95.tar.gz
gnu: catfish: Update to 4.18.0.
* gnu/packages/xfce.scm (catfish): Update to 4.18.0.

Change-Id: Ibc9a9774b20d918ea7aa17404d093d2043ce6855
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 73889c945e..5bde8de444 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -216,7 +216,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
 (define-public catfish
   (package
     (name "catfish")
-    (version "4.16.4")
+    (version "4.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/"
@@ -224,7 +224,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
                                   "/catfish-" version ".tar.bz2"))
               (sha256
                (base32
-                "1z5m9f4cj473n68rrhhbkq3x5df5k394qp4n27lqqyny6k2h2p3f"))))
+                "16cbsnki7qragwhbfs3h0ja7xg8xlf59ajxhddqm0jkmrirrpbpx"))))
     (build-system python-build-system)
     (arguments
      '(#:phases