mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: catfish: Update to 4.16.1.
* gnu/packages/xfce.scm (catfish): Update to 4.16.1. [inputs]: Add xfconf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9d21c67d7b
commit
2f41e9540d
1 changed files with 3 additions and 2 deletions
|
@ -223,7 +223,7 @@ (define-public libxfce4ui
|
||||||
(define-public catfish
|
(define-public catfish
|
||||||
(package
|
(package
|
||||||
(name "catfish")
|
(name "catfish")
|
||||||
(version "1.4.13")
|
(version "4.16.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
(uri (string-append "https://archive.xfce.org/src/apps/"
|
||||||
|
@ -231,7 +231,7 @@ (define-public catfish
|
||||||
"/catfish-" version ".tar.bz2"))
|
"/catfish-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fg89946z6n8njxn4mv29jksw8yavg8vypsljn9031pjwl3fmh2q"))))
|
"0md6ypirr97ch7x8qliwzixzwj6zzd68ivb2dzj90hm2lcn7wc8h"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -263,6 +263,7 @@ (define-public catfish
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("which" ,which)
|
`(("which" ,which)
|
||||||
|
("xfconf" ,xfconf)
|
||||||
("xdg-utils" ,xdg-utils)))
|
("xdg-utils" ,xdg-utils)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gtk+" ,gtk+)
|
`(("gtk+" ,gtk+)
|
||||||
|
|
Loading…
Reference in a new issue