me
/
guix
Archived
1
0
Fork 0

gnu: caja: Update to 1.24.0.

* gnu/packages/mate.scm (caja): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Jonathan Brielmaier 2020-03-30 15:21:58 +02:00 committed by Ludovic Courtès
parent 9ab39e36d6
commit 755fe58dbc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -835,7 +835,7 @@ infamous 'Wanda the Fish'.")
(define-public caja
(package
(name "caja")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
@ -843,7 +843,7 @@ infamous 'Wanda the Fish'.")
name "-" version ".tar.xz"))
(sha256
(base32
"14x9n9q7vip5zp4mdgccj1p1dm4xn429g0bjw2v8iz7zmjb7vcgl"))))
"1cnfy481hcwjv3ia3kw0d4h7ga8cng0pqm3z349v4qcmfdapmqc0"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-update-mimedb")