me
/
guix
Archived
1
0
Fork 0

gnu: catfish: Update to 4.18.0.

* gnu/packages/xfce.scm (catfish): Update to 4.18.0.

Change-Id: Ibc9a9774b20d918ea7aa17404d093d2043ce6855
master
宋文武 2023-12-30 16:14:53 +08:00
parent 157ad70182
commit aec0dea1f6
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,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.4") (version "4.18.0")
(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/"
@ -224,7 +224,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
"/catfish-" version ".tar.bz2")) "/catfish-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1z5m9f4cj473n68rrhhbkq3x5df5k394qp4n27lqqyny6k2h2p3f")))) "16cbsnki7qragwhbfs3h0ja7xg8xlf59ajxhddqm0jkmrirrpbpx"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases