diff options
author | Andy Tai <atai@atai.org> | 2024-07-11 00:57:43 -0700 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-08-10 18:11:30 +0800 |
commit | 2cd1f76c143767a2bdf21a0658d5a0fa46fec440 (patch) | |
tree | ba17d6c0c33efd9f87704c2af7eededbd34ac569 /gnu/packages/mate.scm | |
parent | 9e884282478ca6104d1e58eef52957778dcfec84 (diff) | |
download | guix-2cd1f76c143767a2bdf21a0658d5a0fa46fec440.tar.gz |
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>
Diffstat (limited to 'gnu/packages/mate.scm')
-rw-r--r-- | gnu/packages/mate.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 532fb61d85..adcd808ba8 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") |