mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: caja-extensions: Update to 1.22.0.
* gnu/packages/mate.scm (caja-extensions): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
98b81c2e9e
commit
4373626b5a
1 changed files with 2 additions and 2 deletions
|
@ -853,7 +853,7 @@ (define-public caja
|
||||||
(define-public caja-extensions
|
(define-public caja-extensions
|
||||||
(package
|
(package
|
||||||
(name "caja-extensions")
|
(name "caja-extensions")
|
||||||
(version "1.18.1")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -862,7 +862,7 @@ (define-public caja-extensions
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hgala7zkfsa60jflq3s4n9yd11dhfdcla40l83cmgc3r1az7cmw"))))
|
"1h866jmdd3qpjzi7wjj11krwiaadnlf21844g1zqfb4jgrzj773p"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--enable-sendto"
|
`(#:configure-flags (list "--enable-sendto"
|
||||||
|
|
Loading…
Reference in a new issue