3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: caja-extensions: Update to 1.24.1.

* gnu/packages/mate.scm (caja-extensions): Update to 1.24.1.
[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-19 04:00:19 +02:00
parent 5d29b70552
commit 68d4f1fffe
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -867,15 +867,14 @@ icons on the MATE desktop. It works on local and remote file systems.")
(define-public caja-extensions
(package
(name "caja-extensions")
(version "1.24.0")
(version "1.24.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
"caja-extensions-" version ".tar.xz"))
(sha256
(base32
"175v5c05nrdliya23rbqma49alldq67dklmvpq18nq71sfry4pp6"))))
(base32 "13jkynanqj8snys0if8lv6yx1y0jrm778s2152n4x65hsghc6cw5"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--enable-sendto"