guix-commits
[Top][All Lists]
Advanced

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

15/31: gnu: caja: Update to 1.22.0.


From: guix-commits
Subject: 15/31: gnu: caja: Update to 1.22.0.
Date: Wed, 3 Apr 2019 09:27:12 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 296c42b9e8a65e75e9f93fcf346717391f15735b
Author: guy fleury iteriteka <address@hidden>
Date:   Tue Apr 2 19:26:22 2019 +0200

    gnu: caja: Update to 1.22.0.
    
    * gnu/packages/mate.scm (caja): Update to 1.22.0.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 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 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")



reply via email to

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