From 2cd1f76c143767a2bdf21a0658d5a0fa46fec440 Mon Sep 17 00:00:00 2001 From: Andy Tai Date: Thu, 11 Jul 2024 00:57:43 -0700 Subject: gnu: caja: Update to 1.28.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/mate.scm (caja): Update to 1.28.0. Change-Id: Ief5c25b068c693c4f41b800ed163054afd04e34c Signed-off-by: 宋文武 --- gnu/packages/mate.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/mate.scm') diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 532fb61d85e..adcd808ba8a 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -788,7 +788,7 @@ hypertext navigation, and table-of-contents bookmarks.") (define-public caja (package (name "caja") - (version "1.26.1") + (version "1.28.0") (source (origin (method url-fetch) @@ -796,7 +796,7 @@ hypertext navigation, and table-of-contents bookmarks.") name "-" version ".tar.xz")) (sha256 (base32 - "01scw5wk4fgps8fk9l7ic2q6p1wplxzsv678wbv010m301pnxz9h")))) + "0ylm46wgg7linppid6pdfaixhdb8zgyrxl3lxz17x0am2k718c0y")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--disable-update-mimedb") -- cgit v1.2.3