mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: catfish: Update to 4.16.3.
* gnu/packages/xfce.scm (catfish): Update to 4.16.3.
This commit is contained in:
parent
7e52fe369a
commit
1b8313ff5e
1 changed files with 2 additions and 2 deletions
|
@ -224,7 +224,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
|
||||||
(define-public catfish
|
(define-public catfish
|
||||||
(package
|
(package
|
||||||
(name "catfish")
|
(name "catfish")
|
||||||
(version "4.16.1")
|
(version "4.16.3")
|
||||||
(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/"
|
||||||
|
@ -232,7 +232,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
|
||||||
"/catfish-" version ".tar.bz2"))
|
"/catfish-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0md6ypirr97ch7x8qliwzixzwj6zzd68ivb2dzj90hm2lcn7wc8h"))))
|
"1nng7mklrfihgppyxldpssdscl1dzb5z6hyx10akk089s5i9mag9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Add table
Reference in a new issue