summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-05 19:54:12 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-05 21:36:38 +0200
commit1b8313ff5ef85289894f3b5140279319e1415304 (patch)
treed854ac6678c1f8f1d74ca54e7f7107981cab0fa1 /gnu/packages/xfce.scm
parent7e52fe369aa5027aeec69045f5d9bb2795a17406 (diff)
downloadguix-patches-1b8313ff5ef85289894f3b5140279319e1415304.tar
guix-patches-1b8313ff5ef85289894f3b5140279319e1415304.tar.gz
gnu: catfish: Update to 4.16.3.
* gnu/packages/xfce.scm (catfish): Update to 4.16.3.
Diffstat (limited to 'gnu/packages/xfce.scm')
-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 a33c1998c3..0c4c3d3255 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -224,7 +224,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
(define-public catfish
(package
(name "catfish")
- (version "4.16.1")
+ (version "4.16.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -232,7 +232,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
"/catfish-" version ".tar.bz2"))
(sha256
(base32
- "0md6ypirr97ch7x8qliwzixzwj6zzd68ivb2dzj90hm2lcn7wc8h"))))
+ "1nng7mklrfihgppyxldpssdscl1dzb5z6hyx10akk089s5i9mag9"))))
(build-system python-build-system)
(arguments
'(#:phases