guix-commits
[Top][All Lists]
Advanced

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

16/34: gnu: caja-extensions: Update to 1.24.0.


From: guix-commits
Subject: 16/34: gnu: caja-extensions: Update to 1.24.0.
Date: Thu, 2 Apr 2020 10:07:30 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit eec293d2660ea5616bfc77f1e52485ad2a63be4b
Author: Jonathan Brielmaier <address@hidden>
AuthorDate: Mon Mar 30 15:22:00 2020 +0200

    gnu: caja-extensions: Update to 1.24.0.
    
    * 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 <address@hidden>
---
 gnu/packages/mate.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 07cbc1e..9534afe 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -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)



reply via email to

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