gnu: caja: Update to 1.28.0.

* gnu/packages/mate.scm (caja): Update to 1.28.0.

Change-Id: Ief5c25b068c693c4f41b800ed163054afd04e34c
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Andy Tai 2024-07-11 00:57:43 -07:00 committed by 宋文武
parent 9e88428247
commit 2cd1f76c14
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -788,7 +788,7 @@ (define-public atril
(define-public caja
(package
(name "caja")
(version "1.26.1")
(version "1.28.0")
(source
(origin
(method url-fetch)
@ -796,7 +796,7 @@ (define-public caja
name "-" version ".tar.xz"))
(sha256
(base32
"01scw5wk4fgps8fk9l7ic2q6p1wplxzsv678wbv010m301pnxz9h"))))
"0ylm46wgg7linppid6pdfaixhdb8zgyrxl3lxz17x0am2k718c0y"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-update-mimedb")