guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/32: gnu: caja: Update to 1.26.1.


From: guix-commits
Subject: 11/32: gnu: caja: Update to 1.26.1.
Date: Sat, 22 Jul 2023 04:47:37 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 0d8242540306f5a8d4e3da0814a9e58548ac3385
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jun 15 10:35:13 2023 -0700

    gnu: caja: Update to 1.26.1.
    
    * gnu/packages/mate.scm (caja): update to 1.26.1.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index aea6c11024..45dc6eb566 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -783,7 +783,7 @@ infamous 'Wanda the Fish'.")
 (define-public caja
   (package
     (name "caja")
-    (version "1.24.0")
+    (version "1.26.1")
     (source
      (origin
        (method url-fetch)
@@ -791,7 +791,7 @@ infamous 'Wanda the Fish'.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1cnfy481hcwjv3ia3kw0d4h7ga8cng0pqm3z349v4qcmfdapmqc0"))))
+         "01scw5wk4fgps8fk9l7ic2q6p1wplxzsv678wbv010m301pnxz9h"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-update-mimedb")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]