* [bug#49664] [PATCH] gnu: catfish: Update to 4.16.1.
@ 2021-07-20 15:47 Michael Rohleder
2021-07-20 23:29 ` bug#49664: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-07-20 15:47 UTC (permalink / raw)
To: 49664; +Cc: Michael Rohleder
* gnu/packages/xfce.scm (catfish): Update to 4.16.1.
[inputs]: Add xfconf.
---
gnu/packages/xfce.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 0d005628e8..24091f3bce 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -223,7 +223,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
(define-public catfish
(package
(name "catfish")
- (version "1.4.13")
+ (version "4.16.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -231,7 +231,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
"/catfish-" version ".tar.bz2"))
(sha256
(base32
- "0fg89946z6n8njxn4mv29jksw8yavg8vypsljn9031pjwl3fmh2q"))))
+ "0md6ypirr97ch7x8qliwzixzwj6zzd68ivb2dzj90hm2lcn7wc8h"))))
(build-system python-build-system)
(arguments
'(#:phases
@@ -263,6 +263,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
("intltool" ,intltool)))
(inputs
`(("which" ,which)
+ ("xfconf" ,xfconf)
("xdg-utils" ,xdg-utils)))
(propagated-inputs
`(("gtk+" ,gtk+)
--
2.32.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#49664: [PATCH] gnu: catfish: Update to 4.16.1.
2021-07-20 15:47 [bug#49664] [PATCH] gnu: catfish: Update to 4.16.1 Michael Rohleder
@ 2021-07-20 23:29 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-07-20 23:29 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 49664-done
Hi,
Michael Rohleder <mike@rohleder.de> skribis:
> * gnu/packages/xfce.scm (catfish): Update to 4.16.1.
> [inputs]: Add xfconf.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-20 23:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-20 15:47 [bug#49664] [PATCH] gnu: catfish: Update to 4.16.1 Michael Rohleder
2021-07-20 23:29 ` bug#49664: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.