[bug#35102,15/31] gnu: caja: Update to 1.22.0.

Message ID 20190402172638.1433-16-hoonandon@gmail.com
State Accepted
Headers show
Series Update MATE desktop to 1.22 | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

guy fleury iteriteka April 2, 2019, 5:26 p.m. UTC
* gnu/packages/mate.scm (caja): Update to 1.22.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index a582d9a..f7789f5 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -795,7 +795,7 @@  infamous 'Wanda the Fish'.")
 (define-public caja
   (package
     (name "caja")
-    (version "1.18.3")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
@@ -804,7 +804,7 @@  infamous 'Wanda the Fish'.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0mljqcx7k8p27854zm7qzzn8ca6hs7hva9p43hp4p507z52caqmm"))))
+         "14x9n9q7vip5zp4mdgccj1p1dm4xn429g0bjw2v8iz7zmjb7vcgl"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-update-mimedb")