gnu: thunar-archive-plugin: Update to 0.5.2.

* gnu/packages/xfce.scm (thunar-archive-plugin): Update to 0.5.2.

Change-Id: I7a4983605ecfbd5d450ac1914a312a90c959ff82
This commit is contained in:
宋文武 2024-03-16 11:47:25 +08:00
parent 05e9eb55dc
commit 963b3832e1
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -793,7 +793,7 @@ (define-public thunar-volman
(define-public thunar-archive-plugin
(package
(name "thunar-archive-plugin")
(version "0.5.1")
(version "0.5.2")
(source
(origin
(method url-fetch)
@ -801,7 +801,7 @@ (define-public thunar-archive-plugin
name "/" (version-major+minor version)
"/" name "-" version ".tar.bz2"))
(sha256
(base32 "1vcbbmh2vw43231c7vbkwc35pmhj7ixb65fvssrwfxydsfqkl6x8"))))
(base32 "1qxdsnwjy8z358yd0avi1h2r6y1izfv26dzlp5fsh3pwpivzhyb3"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config intltool))
(inputs (list exo thunar gtk+))