gnu: catfish: Update to 4.16.4.
* gnu/packages/xfce.scm (catfish): Update to 4.16.4.master
parent
367b045c55
commit
3ee8a17eff
|
@ -7,7 +7,7 @@
|
|||
;;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2017 Petter <petter@mykolab.ch>
|
||||
;;; Copyright © 2017 Nikita <nikita@n0.is>
|
||||
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2018–2022 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2019 Pkill -9 <pkill9@runbox.com>
|
||||
;;; Copyright © 2019 L p R n d n <guix@lprndn.info>
|
||||
;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com>
|
||||
|
@ -218,7 +218,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
|
|||
(define-public catfish
|
||||
(package
|
||||
(name "catfish")
|
||||
(version "4.16.3")
|
||||
(version "4.16.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
||||
|
@ -226,7 +226,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
|
|||
"/catfish-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1nng7mklrfihgppyxldpssdscl1dzb5z6hyx10akk089s5i9mag9"))))
|
||||
"1z5m9f4cj473n68rrhhbkq3x5df5k394qp4n27lqqyny6k2h2p3f"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Reference in New Issue