gnu: caja-extensions: Update to 1.24.0.
authorJonathan Brielmaier <jonathan.brielmaier@web.de>
Mon, 30 Mar 2020 13:22:00 +0000 (15:22 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 2 Apr 2020 14:07:10 +0000 (16:07 +0200)
* gnu/packages/mate.scm (caja-extensions): Update to 1.24.0.
[native-inputs]: Add xmllint provided by the libxml2 package.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/mate.scm

index 07cbc1e..9534afe 100644 (file)
@@ -893,7 +893,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
 (define-public caja-extensions
   (package
     (name "caja-extensions")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -901,7 +901,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1h866jmdd3qpjzi7wjj11krwiaadnlf21844g1zqfb4jgrzj773p"))))
+         "175v5c05nrdliya23rbqma49alldq67dklmvpq18nq71sfry4pp6"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list "--enable-sendto"
@@ -921,6 +921,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
        ("glib:bin" ,glib "bin")
        ("gobject-introspection" ,gobject-introspection)
        ("gtk-doc" ,gtk-doc)
+       ("libxml2" ,libxml2)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("attr" ,attr)